Struct libsm64_sys::SM64MarioInputs [−][src]
#[repr(C)]pub struct SM64MarioInputs {
pub camLookX: f32,
pub camLookZ: f32,
pub stickX: f32,
pub stickY: f32,
pub buttonA: u8,
pub buttonB: u8,
pub buttonZ: u8,
}
Fields
camLookX: f32
camLookZ: f32
stickX: f32
stickY: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SM64MarioInputs
impl Send for SM64MarioInputs
impl Sync for SM64MarioInputs
impl Unpin for SM64MarioInputs
impl UnwindSafe for SM64MarioInputs
Blanket Implementations
Mutably borrows from an owned value. Read more