#[repr(C)]pub struct ControllerSupportArg_Color4u8Array8 {}Expand description
Implementations§
Source§impl ControllerSupportArg_Color4u8Array8
impl ControllerSupportArg_Color4u8Array8
pub fn length() -> i32
pub fn set_length(value: i32)
Source§impl ControllerSupportArg_Color4u8Array8
impl ControllerSupportArg_Color4u8Array8
Sourcepub fn get_length(&mut self) -> i32
pub fn get_length(&mut self) -> i32
get_Length() overload
Sourcepub fn get_is_read_only(&mut self) -> bool
pub fn get_is_read_only(&mut self) -> bool
get_IsReadOnly() overload
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Sourcepub fn system_collections_i_enumerable_get_enumerator(&mut self) -> IEnumerator
pub fn system_collections_i_enumerable_get_enumerator(&mut self) -> IEnumerator
System.Collections.IEnumerable.GetEnumerator() overload
Source§impl ControllerSupportArg_Color4u8Array8
impl ControllerSupportArg_Color4u8Array8
pub fn get_length_method_info() -> &'static MethodInfo
pub fn get_count_method_info() -> &'static MethodInfo
pub fn get_is_read_only_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
pub fn system_collections_i_enumerable_get_enumerator_method_info() -> &'static MethodInfo
pub fn clear_method_info() -> &'static MethodInfo
pub fn remove_at_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for ControllerSupportArg_Color4u8Array8
impl Clone for ControllerSupportArg_Color4u8Array8
Source§fn clone(&self) -> ControllerSupportArg_Color4u8Array8
fn clone(&self) -> ControllerSupportArg_Color4u8Array8
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 moreSource§impl IlType for ControllerSupportArg_Color4u8Array8
impl IlType for ControllerSupportArg_Color4u8Array8
impl Copy for ControllerSupportArg_Color4u8Array8
Auto Trait Implementations§
impl Freeze for ControllerSupportArg_Color4u8Array8
impl RefUnwindSafe for ControllerSupportArg_Color4u8Array8
impl Send for ControllerSupportArg_Color4u8Array8
impl Sync for ControllerSupportArg_Color4u8Array8
impl Unpin for ControllerSupportArg_Color4u8Array8
impl UnwindSafe for ControllerSupportArg_Color4u8Array8
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)