[][src]Struct card10_l0dable::fs::epic_stat

#[repr(packed)]
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

not u32 as generated by bindgen

size: u32name: [c_char; 256]_reserved: [u8; 12]

Trait Implementations

impl Copy for epic_stat[src]

impl Clone for epic_stat[src]

Auto Trait Implementations

impl Send for epic_stat

impl Sync for epic_stat

impl Unpin 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]