#[repr(C)]pub struct USE_INFO_2 {
pub ui2_local: LMSTR,
pub ui2_remote: LMSTR,
pub ui2_password: LMSTR,
pub ui2_status: DWORD,
pub ui2_asg_type: DWORD,
pub ui2_refcount: DWORD,
pub ui2_usecount: DWORD,
pub ui2_username: LMSTR,
pub ui2_domainname: LMSTR,
}
Fields§
§ui2_local: LMSTR
§ui2_remote: LMSTR
§ui2_password: LMSTR
§ui2_status: DWORD
§ui2_asg_type: DWORD
§ui2_refcount: DWORD
§ui2_usecount: DWORD
§ui2_username: LMSTR
§ui2_domainname: LMSTR
Trait Implementations§
Source§impl Clone for USE_INFO_2
impl Clone for USE_INFO_2
Source§fn clone(&self) -> USE_INFO_2
fn clone(&self) -> USE_INFO_2
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 USE_INFO_2
impl Default for USE_INFO_2
Source§fn default() -> USE_INFO_2
fn default() -> USE_INFO_2
Returns the “default value” for a type. Read more
impl Copy for USE_INFO_2
Auto Trait Implementations§
impl Freeze for USE_INFO_2
impl RefUnwindSafe for USE_INFO_2
impl !Send for USE_INFO_2
impl !Sync for USE_INFO_2
impl Unpin for USE_INFO_2
impl UnwindSafe for USE_INFO_2
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