#[repr(C)]pub struct NETINFOSTRUCT {
pub cbStructure: DWORD,
pub dwProviderVersion: DWORD,
pub dwStatus: DWORD,
pub dwCharacteristics: DWORD,
pub dwHandle: ULONG_PTR,
pub wNetType: WORD,
pub dwPrinters: DWORD,
pub dwDrives: DWORD,
}
Fields§
§cbStructure: DWORD
§dwProviderVersion: DWORD
§dwStatus: DWORD
§dwCharacteristics: DWORD
§dwHandle: ULONG_PTR
§wNetType: WORD
§dwPrinters: DWORD
§dwDrives: DWORD
Trait Implementations§
Source§impl Clone for NETINFOSTRUCT
impl Clone for NETINFOSTRUCT
Source§fn clone(&self) -> NETINFOSTRUCT
fn clone(&self) -> NETINFOSTRUCT
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 moreSource§impl Default for NETINFOSTRUCT
impl Default for NETINFOSTRUCT
Source§fn default() -> NETINFOSTRUCT
fn default() -> NETINFOSTRUCT
Returns the “default value” for a type. Read more
impl Copy for NETINFOSTRUCT
Auto Trait Implementations§
impl Freeze for NETINFOSTRUCT
impl RefUnwindSafe for NETINFOSTRUCT
impl Send for NETINFOSTRUCT
impl Sync for NETINFOSTRUCT
impl Unpin for NETINFOSTRUCT
impl UnwindSafe for NETINFOSTRUCT
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