Struct libil2cpp::raw::Il2CppSortKey
source · [−]#[repr(C)]pub struct Il2CppSortKey {
pub base: Il2CppObject,
pub str_: *mut Il2CppString,
pub key: *mut Il2CppArray,
pub options: i32,
pub lcid: i32,
}
Fields
base: Il2CppObject
str_: *mut Il2CppString
key: *mut Il2CppArray
options: i32
lcid: i32
Trait Implementations
sourceimpl Clone for Il2CppSortKey
impl Clone for Il2CppSortKey
sourcefn clone(&self) -> Il2CppSortKey
fn clone(&self) -> Il2CppSortKey
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for Il2CppSortKey
Auto Trait Implementations
impl RefUnwindSafe for Il2CppSortKey
impl !Send for Il2CppSortKey
impl !Sync for Il2CppSortKey
impl Unpin for Il2CppSortKey
impl UnwindSafe for Il2CppSortKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more