[][src]Struct skyline::nn::hid::ControllerSupportArg

#[repr(C)]pub struct ControllerSupportArg {
    pub mMinPlayerCount: u8,
    pub mMaxPlayerCount: u8,
    pub mTakeOverConnection: u8,
    pub mLeftJustify: bool,
    pub mPermitJoyconDual: bool,
    pub mSingleMode: bool,
    pub mUseColors: bool,
    pub mColors: [Color4u8; 4],
    pub mUsingControllerNames: u8,
    pub mControllerNames: [[u8; 129]; 4],
}

Fields

mMinPlayerCount: u8mMaxPlayerCount: u8mTakeOverConnection: u8mLeftJustify: boolmPermitJoyconDual: boolmSingleMode: boolmUseColors: boolmColors: [Color4u8; 4]mUsingControllerNames: u8mControllerNames: [[u8; 129]; 4]

Auto Trait Implementations

impl RefUnwindSafe for ControllerSupportArg

impl Send for ControllerSupportArg

impl Sync for ControllerSupportArg

impl Unpin for ControllerSupportArg

impl UnwindSafe for ControllerSupportArg

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.