#[repr(C)]pub struct NLA_BLOB {
pub header: NLA_BLOB_s,
pub data: NLA_BLOB_u,
}
Fields
header: NLA_BLOB_s
data: NLA_BLOB_u
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NLA_BLOB
impl Send for NLA_BLOB
impl Sync for NLA_BLOB
impl Unpin for NLA_BLOB
impl UnwindSafe for NLA_BLOB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more