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