Struct windows_sys::Win32::NetworkManagement::NetBios::LANA_ENUM
[−]Expand description
Required features: ‘Win32_NetworkManagement_NetBios’
Fields
length: u8
lana: [u8; 255]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LANA_ENUM
impl Send for LANA_ENUM
impl Sync for LANA_ENUM
impl Unpin for LANA_ENUM
impl UnwindSafe for LANA_ENUM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more