Struct win_sys::FileSystem::SHARE_INFO_1501 [−][src]
#[repr(C)]pub struct SHARE_INFO_1501 {
pub shi1501_reserved: u32,
pub shi1501_security_descriptor: *mut SECURITY_DESCRIPTOR,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation, Win32_Security
Fields
shi1501_reserved: u32shi1501_security_descriptor: *mut SECURITY_DESCRIPTORTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SHARE_INFO_1501
impl !Send for SHARE_INFO_1501
impl !Sync for SHARE_INFO_1501
impl Unpin for SHARE_INFO_1501
impl UnwindSafe for SHARE_INFO_1501
Blanket Implementations
Mutably borrows from an owned value. Read more