Struct windows_sys::Win32::NetworkManagement::NetManagement::USE_INFO_2
[−]#[repr(C)]pub struct USE_INFO_2 {
pub ui2_local: PWSTR,
pub ui2_remote: PWSTR,
pub ui2_password: PWSTR,
pub ui2_status: u32,
pub ui2_asg_type: USE_INFO_ASG_TYPE,
pub ui2_refcount: u32,
pub ui2_usecount: u32,
pub ui2_username: PWSTR,
pub ui2_domainname: PWSTR,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
ui2_local: PWSTR
ui2_remote: PWSTR
ui2_password: PWSTR
ui2_status: u32
ui2_asg_type: USE_INFO_ASG_TYPE
ui2_refcount: u32
ui2_usecount: u32
ui2_username: PWSTR
ui2_domainname: PWSTR
Trait Implementations
impl Clone for USE_INFO_2
impl Clone for USE_INFO_2
impl Copy for USE_INFO_2
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more