[][src]Struct smash::resource::Table2Entry

#[repr(C)]pub struct Table2Entry {
    pub data: *const u8,
    pub ref_count: AtomicU32,
    pub is_used: bool,
    pub state: FileState,
    pub file_flags2: bool,
    pub flags: u8,
    pub version: u32,
    pub unk: u8,
}

Fields

data: *const u8ref_count: AtomicU32is_used: boolstate: FileStatefile_flags2: boolflags: u8version: u32unk: u8

Trait Implementations

impl Debug for Table2Entry[src]

impl Display for Table2Entry[src]

Auto Trait Implementations

impl RefUnwindSafe for Table2Entry

impl !Send for Table2Entry

impl !Sync for Table2Entry

impl Unpin for Table2Entry

impl UnwindSafe for Table2Entry

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> ToString for T where
    T: Display + ?Sized
[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.