[][src]Struct efi_ffi::media::EFI_FILE_INFO

#[repr(C)]pub struct EFI_FILE_INFO {
    pub Size: UINT64,
    pub FileSize: UINT64,
    pub PhysicalSize: UINT64,
    pub CreateTime: EFI_TIME,
    pub LastAccessTime: EFI_TIME,
    pub ModificationTime: EFI_TIME,
    pub Attribute: UINT64,
    pub FileName: [CHAR16; 1],
}

Fields

Size: UINT64FileSize: UINT64PhysicalSize: UINT64CreateTime: EFI_TIMELastAccessTime: EFI_TIMEModificationTime: EFI_TIMEAttribute: UINT64FileName: [CHAR16; 1]

Trait Implementations

impl Debug for EFI_FILE_INFO[src]

Auto Trait Implementations

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, 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.