Struct RASPPPNBFA
#[repr(C)]pub struct RASPPPNBFA {
pub dwSize: u32,
pub dwError: u32,
pub dwNetBiosError: u32,
pub szNetBiosError: [i8; 17],
pub szWorkstationName: [i8; 17],
pub bLana: u8,
}
Fields§
§dwSize: u32
§dwError: u32
§dwNetBiosError: u32
§szNetBiosError: [i8; 17]
§szWorkstationName: [i8; 17]
§bLana: u8
Trait Implementations§
§impl Clone for RASPPPNBFA
impl Clone for RASPPPNBFA
§fn clone(&self) -> RASPPPNBFA
fn clone(&self) -> RASPPPNBFA
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 RASPPPNBFA
Auto Trait Implementations§
impl Freeze for RASPPPNBFA
impl RefUnwindSafe for RASPPPNBFA
impl Send for RASPPPNBFA
impl Sync for RASPPPNBFA
impl Unpin for RASPPPNBFA
impl UnwindSafe for RASPPPNBFA
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