Struct win_sys::FileSystem::SHARE_INFO_2 [−][src]
#[repr(C)]pub struct SHARE_INFO_2 {
pub shi2_netname: PWSTR,
pub shi2_type: SHARE_TYPE,
pub shi2_remark: PWSTR,
pub shi2_permissions: SHARE_INFO_PERMISSIONS,
pub shi2_max_uses: u32,
pub shi2_current_uses: u32,
pub shi2_path: PWSTR,
pub shi2_passwd: PWSTR,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
shi2_netname: PWSTRshi2_type: SHARE_TYPEshi2_remark: PWSTRshi2_permissions: SHARE_INFO_PERMISSIONSshi2_max_uses: u32shi2_current_uses: u32shi2_path: PWSTRshi2_passwd: PWSTRTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SHARE_INFO_2
impl !Send for SHARE_INFO_2
impl !Sync for SHARE_INFO_2
impl Unpin for SHARE_INFO_2
impl UnwindSafe for SHARE_INFO_2
Blanket Implementations
Mutably borrows from an owned value. Read more