[][src]Struct card10_sys::epic_stat

#[repr(C)]
pub struct epic_stat {
    pub type_: epic_stat_type,
    pub size: u32,
    pub name: [c_char; 256],
    pub _reserved: [u8; 12],
}

Fields

type_: epic_stat_type

Entity Type: file, directory or none

size: u32

Size in bytes.

name: [c_char; 256]

File Name.

_reserved: [u8; 12]

Trait Implementations

impl Copy for epic_stat[src]

impl Clone for epic_stat[src]

Auto Trait Implementations

impl Unpin for epic_stat

impl Send for epic_stat

impl Sync for epic_stat

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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