#[repr(C)]pub struct _NETRESOURCEW {
    pub dwScope: DWORD,
    pub dwType: DWORD,
    pub dwDisplayType: DWORD,
    pub dwUsage: DWORD,
    pub lpLocalName: LPWSTR,
    pub lpRemoteName: LPWSTR,
    pub lpComment: LPWSTR,
    pub lpProvider: LPWSTR,
}Fields§
§dwScope: DWORD§dwType: DWORD§dwDisplayType: DWORD§dwUsage: DWORD§lpLocalName: LPWSTR§lpRemoteName: LPWSTR§lpComment: LPWSTR§lpProvider: LPWSTRTrait Implementations§
Source§impl Clone for _NETRESOURCEW
 
impl Clone for _NETRESOURCEW
Source§fn clone(&self) -> _NETRESOURCEW
 
fn clone(&self) -> _NETRESOURCEW
Returns a duplicate 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 Debug for _NETRESOURCEW
 
impl Debug for _NETRESOURCEW
impl Copy for _NETRESOURCEW
Auto Trait Implementations§
impl Freeze for _NETRESOURCEW
impl RefUnwindSafe for _NETRESOURCEW
impl !Send for _NETRESOURCEW
impl !Sync for _NETRESOURCEW
impl Unpin for _NETRESOURCEW
impl UnwindSafe for _NETRESOURCEW
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