Struct windows_sys::Win32::NetworkManagement::Rras::RASAMBW
[−]#[repr(C)]pub struct RASAMBW {
pub dwSize: u32,
pub dwError: u32,
pub szNetBiosError: [u16; 17],
pub bLana: u8,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
dwSize: u32
dwError: u32
szNetBiosError: [u16; 17]
bLana: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RASAMBW
impl Send for RASAMBW
impl Sync for RASAMBW
impl Unpin for RASAMBW
impl UnwindSafe for RASAMBW
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