Struct glow::ProgramBinary
source · pub struct ProgramBinary {
pub buffer: Vec<u8>,
pub format: u32,
}
Fields§
§buffer: Vec<u8>
§format: u32
Auto Trait Implementations§
impl Freeze for ProgramBinary
impl RefUnwindSafe for ProgramBinary
impl Send for ProgramBinary
impl Sync for ProgramBinary
impl Unpin for ProgramBinary
impl UnwindSafe for ProgramBinary
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more