#[repr(C)]pub struct NETRESOURCEA {
pub dwScope: NET_RESOURCE_SCOPE,
pub dwType: NET_RESOURCE_TYPE,
pub dwDisplayType: u32,
pub dwUsage: u32,
pub lpLocalName: PSTR,
pub lpRemoteName: PSTR,
pub lpComment: PSTR,
pub lpProvider: PSTR,
}
Fields§
§dwScope: NET_RESOURCE_SCOPE
§dwType: NET_RESOURCE_TYPE
§dwDisplayType: u32
§dwUsage: u32
§lpLocalName: PSTR
§lpRemoteName: PSTR
§lpComment: PSTR
§lpProvider: PSTR
Trait Implementations§
Source§impl Abi for NETRESOURCEA
impl Abi for NETRESOURCEA
Source§type Abi = NETRESOURCEA
type Abi = NETRESOURCEA
The abi representation of the implementing type. Read more
type DefaultType = NETRESOURCEA
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Default for NETRESOURCEA
impl Default for NETRESOURCEA
Source§impl PartialEq for NETRESOURCEA
impl PartialEq for NETRESOURCEA
impl Copy for NETRESOURCEA
impl Eq 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