Struct winapi::um::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

AllocationSize: LARGE_INTEGEREndOfFile: LARGE_INTEGERNumberOfLinks: DWORDDeletePending: BOOLEANDirectory: BOOLEAN

Trait Implementations

impl Clone for FILE_STANDARD_INFO[src]

impl Copy for FILE_STANDARD_INFO[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.