Struct win_sys::FileSystem::CONNECTION_INFO_1 [−][src]
#[repr(C)]pub struct CONNECTION_INFO_1 {
pub coni1_id: u32,
pub coni1_type: SHARE_TYPE,
pub coni1_num_opens: u32,
pub coni1_num_users: u32,
pub coni1_time: u32,
pub coni1_username: PWSTR,
pub coni1_netname: PWSTR,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
coni1_id: u32coni1_type: SHARE_TYPEconi1_num_opens: u32coni1_num_users: u32coni1_time: u32coni1_username: PWSTRconi1_netname: PWSTRTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CONNECTION_INFO_1
impl !Send for CONNECTION_INFO_1
impl !Sync for CONNECTION_INFO_1
impl Unpin for CONNECTION_INFO_1
impl UnwindSafe for CONNECTION_INFO_1
Blanket Implementations
Mutably borrows from an owned value. Read more