Struct windows_sys::Win32::NetworkManagement::NetManagement::USE_INFO_1
[−]#[repr(C)]pub struct USE_INFO_1 {
pub ui1_local: PWSTR,
pub ui1_remote: PWSTR,
pub ui1_password: PWSTR,
pub ui1_status: u32,
pub ui1_asg_type: USE_INFO_ASG_TYPE,
pub ui1_refcount: u32,
pub ui1_usecount: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
ui1_local: PWSTR
ui1_remote: PWSTR
ui1_password: PWSTR
ui1_status: u32
ui1_asg_type: USE_INFO_ASG_TYPE
ui1_refcount: u32
ui1_usecount: u32
Trait Implementations
impl Clone for USE_INFO_1
impl Clone for USE_INFO_1
impl Copy for USE_INFO_1
Auto Trait Implementations
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
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