#[repr(C)]pub struct _NETRESOURCEA {
pub dwScope: DWORD,
pub dwType: DWORD,
pub dwDisplayType: DWORD,
pub dwUsage: DWORD,
pub lpLocalName: LPSTR,
pub lpRemoteName: LPSTR,
pub lpComment: LPSTR,
pub lpProvider: LPSTR,
}
Fields§
§dwScope: DWORD
§dwType: DWORD
§dwDisplayType: DWORD
§dwUsage: DWORD
§lpLocalName: LPSTR
§lpRemoteName: LPSTR
§lpComment: LPSTR
§lpProvider: LPSTR
Trait Implementations§
Source§impl Clone for _NETRESOURCEA
impl Clone for _NETRESOURCEA
Source§fn clone(&self) -> _NETRESOURCEA
fn clone(&self) -> _NETRESOURCEA
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 _NETRESOURCEA
impl Debug for _NETRESOURCEA
Source§impl Ord for _NETRESOURCEA
impl Ord for _NETRESOURCEA
Source§fn cmp(&self, other: &_NETRESOURCEA) -> Ordering
fn cmp(&self, other: &_NETRESOURCEA) -> 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 _NETRESOURCEA
impl PartialEq for _NETRESOURCEA
Source§impl PartialOrd for _NETRESOURCEA
impl PartialOrd for _NETRESOURCEA
impl Copy for _NETRESOURCEA
impl Eq for _NETRESOURCEA
impl StructuralPartialEq for _NETRESOURCEA
Auto Trait Implementations§
impl Freeze for _NETRESOURCEA
impl RefUnwindSafe for _NETRESOURCEA
impl !Send for _NETRESOURCEA
impl !Sync for _NETRESOURCEA
impl Unpin for _NETRESOURCEA
impl UnwindSafe for _NETRESOURCEA
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