#[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: LPWSTR
Trait Implementations§
Source§impl Clone for NETRESOURCEW
impl Clone for NETRESOURCEW
Source§fn clone(&self) -> NETRESOURCEW
fn clone(&self) -> NETRESOURCEW
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 NETRESOURCEW
impl Default for NETRESOURCEW
Source§fn default() -> NETRESOURCEW
fn default() -> NETRESOURCEW
Returns the “default value” for a type. Read more
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