#[repr(C)]pub struct __SC_SuperBlob {
pub magic: u32,
pub length: u32,
pub count: u32,
pub index: __IncompleteArrayField<CS_BlobIndex>,
}Fields§
§magic: u32§length: u32§count: u32§index: __IncompleteArrayField<CS_BlobIndex>Trait Implementations§
Auto Trait Implementations§
impl Freeze for __SC_SuperBlob
impl RefUnwindSafe for __SC_SuperBlob
impl Send for __SC_SuperBlob
impl Sync for __SC_SuperBlob
impl Unpin for __SC_SuperBlob
impl UnwindSafe for __SC_SuperBlob
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