Struct RASAMBW
#[repr(C)]pub struct RASAMBW {
pub dwSize: u32,
pub dwError: u32,
pub szNetBiosError: [u16; 17],
pub bLana: u8,
}
Fields§
§dwSize: u32
§dwError: u32
§szNetBiosError: [u16; 17]
§bLana: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RASAMBW
impl RefUnwindSafe for RASAMBW
impl Send for RASAMBW
impl Sync for RASAMBW
impl Unpin for RASAMBW
impl UnwindSafe for RASAMBW
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