Struct 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
§fn clone(&self) -> RASPPPNBFW
fn clone(&self) -> RASPPPNBFW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for RASPPPNBFW
Auto Trait Implementations§
impl Freeze for RASPPPNBFW
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