#[repr(C)]pub struct ControllerSupportArg {
pub player_count_min: u8,
pub player_count_max: u8,
pub enable_take_over_connection: bool,
pub enable_left_justify: bool,
pub enable_permit_joy_dual: bool,
pub enable_single_mode: bool,
pub enable_identification_color: bool,
pub identification_color: ControllerSupportArg_Color4u8Array8,
pub enable_explain_text: bool,
pub explain_text: Array<u8>,
}Expand description
Fields§
§player_count_min: u8§player_count_max: u8§enable_take_over_connection: bool§enable_left_justify: bool§enable_permit_joy_dual: bool§enable_single_mode: bool§enable_identification_color: bool§identification_color: ControllerSupportArg_Color4u8Array8§enable_explain_text: bool§explain_text: Array<u8>Implementations§
Source§impl ControllerSupportArg
impl ControllerSupportArg
pub fn explain_text_size() -> i32
pub fn set_explain_text_size(value: i32)
Source§impl ControllerSupportArg
impl ControllerSupportArg
Sourcepub fn set_default(&mut self)
pub fn set_default(&mut self)
SetDefault() overload
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Source§impl ControllerSupportArg
impl ControllerSupportArg
pub fn set_default_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for ControllerSupportArg
impl ClassIdentity for ControllerSupportArg
Source§impl Clone for ControllerSupportArg
impl Clone for ControllerSupportArg
Source§fn clone(&self) -> ControllerSupportArg
fn clone(&self) -> ControllerSupportArg
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ControllerSupportArg
Auto Trait Implementations§
impl Freeze for ControllerSupportArg
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 Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)