Struct win_sys::FileSystem::SHARE_INFO_501 [−][src]
#[repr(C)]pub struct SHARE_INFO_501 {
pub shi501_netname: PWSTR,
pub shi501_type: SHARE_TYPE,
pub shi501_remark: PWSTR,
pub shi501_flags: u32,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
shi501_netname: PWSTRshi501_type: SHARE_TYPEshi501_remark: PWSTRshi501_flags: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SHARE_INFO_501
impl !Send for SHARE_INFO_501
impl !Sync for SHARE_INFO_501
impl Unpin for SHARE_INFO_501
impl UnwindSafe for SHARE_INFO_501
Blanket Implementations
Mutably borrows from an owned value. Read more