Struct windows_sys::Win32::NetworkManagement::Rras::RASPPPNBFW
#[repr(C)]pub struct RASPPPNBFW {
pub dwSize: u32,
pub dwError: u32,
pub dwNetBiosError: u32,
pub szNetBiosError: [u16; 17],
pub szWorkstationName: [u16; 17],
pub bLana: u8,
}
Fields§
§dwSize: u32
§dwError: u32
§dwNetBiosError: u32
§szNetBiosError: [u16; 17]
§szWorkstationName: [u16; 17]
§bLana: u8
Trait Implementations§
§impl Clone for RASPPPNBFW
impl Clone for RASPPPNBFW
impl Copy for RASPPPNBFW
Auto Trait Implementations§
impl RefUnwindSafe for RASPPPNBFW
impl Send for RASPPPNBFW
impl Sync for RASPPPNBFW
impl Unpin for RASPPPNBFW
impl UnwindSafe for RASPPPNBFW
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