#[repr(C)]pub struct NLA_BLOB_u(/* private fields */);
Implementations§
Source§impl 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§
Source§impl Clone for NLA_BLOB_u
impl Clone for NLA_BLOB_u
Source§fn clone(&self) -> NLA_BLOB_u
fn clone(&self) -> NLA_BLOB_u
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for NLA_BLOB_u
impl Default for NLA_BLOB_u
Source§fn default() -> NLA_BLOB_u
fn default() -> NLA_BLOB_u
Returns the “default value” for a type. Read more
impl Copy for NLA_BLOB_u
Auto Trait Implementations§
impl Freeze for NLA_BLOB_u
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§
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