Struct win_sys::FileSystem::SHARE_INFO_1004 [−][src]
#[repr(C)]pub struct SHARE_INFO_1004 {
pub shi1004_remark: PWSTR,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
shi1004_remark: PWSTRTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SHARE_INFO_1004
impl !Send for SHARE_INFO_1004
impl !Sync for SHARE_INFO_1004
impl Unpin for SHARE_INFO_1004
impl UnwindSafe for SHARE_INFO_1004
Blanket Implementations
Mutably borrows from an owned value. Read more