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