Struct winapi::fileapi::FILE_STANDARD_INFO [] [src]

#[repr(C)]
pub struct FILE_STANDARD_INFO { pub AllocationSize: LARGE_INTEGER, pub EndOfFile: LARGE_INTEGER, pub NumberOfLinks: DWORD, pub DeletePending: BOOLEAN, pub Directory: BOOLEAN, }

Fields

Trait Implementations

impl Debug for FILE_STANDARD_INFO
[src]

Formats the value using the given formatter.

impl Copy for FILE_STANDARD_INFO
[src]

impl Clone for FILE_STANDARD_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more