[][src]Struct mextk_sys::CSSBackup

#[repr(C)]pub struct CSSBackup {
    pub fighter_prev: u8_,
    pub x1: u8_,
    pub fighter: u8_,
    pub costume: u8_,
    pub nametag: u8_,
    pub event: u8_,
    pub port: u8_,
    pub x7: u8_,
    pub x8: u8_,
    pub x9: u8_,
    pub xA: u8_,
}

Structs

Fields

fighter_prev: u8_x1: u8_fighter: u8_costume: u8_nametag: u8_event: u8_port: u8_x7: u8_x8: u8_x9: u8_xA: u8_

Trait Implementations

impl Clone for CSSBackup[src]

impl Copy for CSSBackup[src]

impl Debug for CSSBackup[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.