Struct win_sys::FileSystem::FILE_INFO_3 [−][src]
#[repr(C)]pub struct FILE_INFO_3 {
pub fi3_id: u32,
pub fi3_permissions: FILE_INFO_FLAGS_PERMISSIONS,
pub fi3_num_locks: u32,
pub fi3_pathname: PWSTR,
pub fi3_username: PWSTR,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
fi3_id: u32fi3_permissions: FILE_INFO_FLAGS_PERMISSIONSfi3_num_locks: u32fi3_pathname: PWSTRfi3_username: PWSTRTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FILE_INFO_3
impl !Send for FILE_INFO_3
impl !Sync for FILE_INFO_3
impl Unpin for FILE_INFO_3
impl UnwindSafe for FILE_INFO_3
Blanket Implementations
Mutably borrows from an owned value. Read more