Union NSID_0
#[repr(C)]
pub union NSID_0 {
pub alias: ADDRALIAS,
pub rgchInterNet: [i8; 1],
}
Fields§
§alias: ADDRALIAS
§rgchInterNet: [i8; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSID_0
impl RefUnwindSafe for NSID_0
impl Send for NSID_0
impl Sync for NSID_0
impl Unpin for NSID_0
impl UnwindSafe for NSID_0
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