#[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 Debug for _NETRESOURCEW
impl Debug for _NETRESOURCEW
Source§impl Ord for _NETRESOURCEW
impl Ord for _NETRESOURCEW
Source§fn cmp(&self, other: &_NETRESOURCEW) -> Ordering
fn cmp(&self, other: &_NETRESOURCEW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _NETRESOURCEW
impl PartialEq for _NETRESOURCEW
Source§impl PartialOrd for _NETRESOURCEW
impl PartialOrd for _NETRESOURCEW
impl Copy for _NETRESOURCEW
impl Eq for _NETRESOURCEW
impl StructuralPartialEq 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