Struct windows_sys::Win32::NetworkManagement::NetBios::LANA_ENUM
#[repr(C)]pub struct LANA_ENUM {
pub length: u8,
pub lana: [u8; 255],
}
Fields§
§length: u8
§lana: [u8; 255]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LANA_ENUM
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)