#[repr(C)]pub struct USE_INFO_1 {
pub ui1_local: LMSTR,
pub ui1_remote: LMSTR,
pub ui1_password: LMSTR,
pub ui1_status: DWORD,
pub ui1_asg_type: DWORD,
pub ui1_refcount: DWORD,
pub ui1_usecount: DWORD,
}
Fields§
§ui1_local: LMSTR
§ui1_remote: LMSTR
§ui1_password: LMSTR
§ui1_status: DWORD
§ui1_asg_type: DWORD
§ui1_refcount: DWORD
§ui1_usecount: DWORD
Trait Implementations§
Source§impl Clone for USE_INFO_1
impl Clone for USE_INFO_1
Source§fn clone(&self) -> USE_INFO_1
fn clone(&self) -> USE_INFO_1
Returns a duplicate 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_1
impl Default for USE_INFO_1
Source§fn default() -> USE_INFO_1
fn default() -> USE_INFO_1
Returns the “default value” for a type. Read more
impl Copy for USE_INFO_1
Auto Trait Implementations§
impl Freeze for USE_INFO_1
impl RefUnwindSafe for USE_INFO_1
impl !Send for USE_INFO_1
impl !Sync for USE_INFO_1
impl Unpin for USE_INFO_1
impl UnwindSafe for USE_INFO_1
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