[][src]Struct mextk_sys::Rules1

#[repr(C)]pub struct Rules1 {
    pub x0: u8_,
    pub x1: u8_,
    pub x2: u8_,
    pub x3: u8_,
    pub x4: u8_,
    pub handicap: u8_,
    pub x6: u8_,
    pub x7: u8_,
    pub x8: u8_,
    pub x9: u8_,
    pub xa: u8_,
    pub xb: u8_,
    pub xc: u8_,
}

Fields

x0: u8_x1: u8_x2: u8_x3: u8_x4: u8_handicap: u8_x6: u8_x7: u8_x8: u8_x9: u8_xa: u8_xb: u8_xc: u8_

Trait Implementations

impl Clone for Rules1[src]

impl Copy for Rules1[src]

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