#[repr(C)]pub struct NLA_BLOB_u(_);
Implementations
sourceimpl NLA_BLOB_u
impl NLA_BLOB_u
pub unsafe fn rawData(&self) -> &[CHAR; 1]
pub unsafe fn rawData_mut(&mut self) -> &mut [CHAR; 1]
pub unsafe fn interfaceData(&self) -> &NLA_BLOB_u_s1
pub unsafe fn interfaceData_mut(&mut self) -> &mut NLA_BLOB_u_s1
pub unsafe fn locationData(&self) -> &NLA_BLOB_u_s2
pub unsafe fn locationData_mut(&mut self) -> &mut NLA_BLOB_u_s2
pub unsafe fn connectivity(&self) -> &NLA_BLOB_u_s3
pub unsafe fn connectivity_mut(&mut self) -> &mut NLA_BLOB_u_s3
pub unsafe fn ICS(&self) -> &NLA_BLOB_u_s4
pub unsafe fn ICS_mut(&mut self) -> &mut NLA_BLOB_u_s4
Trait Implementations
sourceimpl Clone for NLA_BLOB_u
impl Clone for NLA_BLOB_u
sourcefn clone(&self) -> NLA_BLOB_u
fn clone(&self) -> NLA_BLOB_u
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for NLA_BLOB_u
Auto Trait Implementations
impl RefUnwindSafe for NLA_BLOB_u
impl Send for NLA_BLOB_u
impl Sync for NLA_BLOB_u
impl Unpin for NLA_BLOB_u
impl UnwindSafe for NLA_BLOB_u
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