Struct spirv_tools_sys::shared::Binary
source · #[repr(C)]pub struct Binary {
pub code: *const u32,
pub size: usize,
}
Fields§
§code: *const u32
§size: usize
Auto Trait Implementations§
impl RefUnwindSafe for Binary
impl !Send for Binary
impl !Sync for Binary
impl Unpin for Binary
impl UnwindSafe for Binary
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