Struct win_sys::FileSystem::FILE_STANDARD_INFO [−][src]
#[repr(C)]pub struct FILE_STANDARD_INFO {
pub AllocationSize: i64,
pub EndOfFile: i64,
pub NumberOfLinks: u32,
pub DeletePending: BOOLEAN,
pub Directory: BOOLEAN,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
AllocationSize: i64EndOfFile: i64NumberOfLinks: u32DeletePending: BOOLEANDirectory: BOOLEANTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FILE_STANDARD_INFO
impl Send for FILE_STANDARD_INFO
impl Sync for FILE_STANDARD_INFO
impl Unpin for FILE_STANDARD_INFO
impl UnwindSafe for FILE_STANDARD_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more