#[repr(C)]pub struct UInt64 {
pub m_value: u64,
}Expand description
Fields§
§m_value: u64Implementations§
Source§impl UInt64
impl UInt64
pub fn max_value() -> u64
pub fn set_max_value(value: u64)
pub fn min_value() -> u64
pub fn set_min_value(value: u64)
Source§impl UInt64
impl UInt64
Sourcepub fn parse(s: impl Into<Il2CppString>) -> u64
pub fn parse(s: impl Into<Il2CppString>) -> u64
Parse(::unity::Il2CppString) overload
Source§impl UInt64
impl UInt64
Sourcepub fn compare_to(&mut self, value: impl Into<Object>) -> i32
pub fn compare_to(&mut self, value: impl Into<Object>) -> i32
CompareTo(crate::system::object::Object) overload
Sourcepub fn compare_to_2(&mut self, value: impl Into<u64>) -> i32
pub fn compare_to_2(&mut self, value: impl Into<u64>) -> i32
CompareTo(u64) overload
Sourcepub fn equals(&mut self, obj: impl Into<Object>) -> bool
pub fn equals(&mut self, obj: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overload
Sourcepub fn get_hash_code(&mut self) -> i32
pub fn get_hash_code(&mut self) -> i32
GetHashCode() overload
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Sourcepub fn to_string_2(&mut self, format: impl Into<Il2CppString>) -> Il2CppString
pub fn to_string_2(&mut self, format: impl Into<Il2CppString>) -> Il2CppString
ToString(::unity::Il2CppString) overload
Source§impl UInt64
impl UInt64
pub fn compare_to_method_info() -> &'static MethodInfo
pub fn compare_to_2_method_info() -> &'static MethodInfo
pub fn equals_method_info() -> &'static MethodInfo
pub fn equals_2_method_info() -> &'static MethodInfo
pub fn get_hash_code_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
pub fn to_string_2_method_info() -> &'static MethodInfo
pub fn parse_method_info() -> &'static MethodInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UInt64
impl RefUnwindSafe for UInt64
impl Send for UInt64
impl Sync for UInt64
impl Unpin for UInt64
impl UnwindSafe for UInt64
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)