#[repr(C)]pub struct Hash128 {
pub m_u32_0: u32,
pub m_u32_1: u32,
pub m_u32_2: u32,
pub m_u32_3: u32,
}Expand description
Fields§
§m_u32_0: u32§m_u32_1: u32§m_u32_2: u32§m_u32_3: u32Implementations§
Source§impl Hash128
impl Hash128
Sourcepub fn parse(hash_string: impl Into<Il2CppString>) -> Hash128
pub fn parse(hash_string: impl Into<Il2CppString>) -> Hash128
Parse(::unity::Il2CppString) overload
Sourcepub fn hash128_to_string_impl(hash: impl Into<Hash128>) -> Il2CppString
pub fn hash128_to_string_impl(hash: impl Into<Hash128>) -> Il2CppString
Hash128ToStringImpl(crate::unity_engine::hash128::Hash128) overload
Sourcepub fn compute_from_string(data: impl Into<Il2CppString>) -> Hash128
pub fn compute_from_string(data: impl Into<Il2CppString>) -> Hash128
ComputeFromString(::unity::Il2CppString, *mutcrate::unity_engine::hash128::Hash128) overload
Sourcepub fn compute(data: impl Into<Il2CppString>) -> Hash128
pub fn compute(data: impl Into<Il2CppString>) -> Hash128
Compute(::unity::Il2CppString) overload
Sourcepub fn op_equality(hash1: impl Into<Hash128>, hash2: impl Into<Hash128>) -> bool
pub fn op_equality(hash1: impl Into<Hash128>, hash2: impl Into<Hash128>) -> bool
op_Equality(crate::unity_engine::hash128::Hash128, crate::unity_engine::hash128::Hash128) overload
Sourcepub fn op_less_than(x: impl Into<Hash128>, y: impl Into<Hash128>) -> bool
pub fn op_less_than(x: impl Into<Hash128>, y: impl Into<Hash128>) -> bool
op_LessThan(crate::unity_engine::hash128::Hash128, crate::unity_engine::hash128::Hash128) overload
Sourcepub fn op_greater_than(x: impl Into<Hash128>, y: impl Into<Hash128>) -> bool
pub fn op_greater_than(x: impl Into<Hash128>, y: impl Into<Hash128>) -> bool
op_GreaterThan(crate::unity_engine::hash128::Hash128, crate::unity_engine::hash128::Hash128) overload
Sourcepub fn parse_injected(hash_string: impl Into<Il2CppString>) -> Hash128
pub fn parse_injected(hash_string: impl Into<Il2CppString>) -> Hash128
Parse_Injected(::unity::Il2CppString, *mutcrate::unity_engine::hash128::Hash128) overload
Sourcepub fn hash128_to_string_impl_injected() -> (Il2CppString, Hash128)
pub fn hash128_to_string_impl_injected() -> (Il2CppString, Hash128)
Hash128ToStringImpl_Injected(*mutcrate::unity_engine::hash128::Hash128) overload
Source§impl Hash128
impl Hash128
Sourcepub fn ctor(
&mut self,
u32_0: impl Into<u32>,
u32_1: impl Into<u32>,
u32_2: impl Into<u32>,
u32_3: impl Into<u32>,
)
pub fn ctor( &mut self, u32_0: impl Into<u32>, u32_1: impl Into<u32>, u32_2: impl Into<u32>, u32_3: impl Into<u32>, )
.ctor(u32, u32, u32, u32) overload
Sourcepub fn ctor_2(&mut self, u64_0: impl Into<u64>, u64_1: impl Into<u64>)
pub fn ctor_2(&mut self, u64_0: impl Into<u64>, u64_1: impl Into<u64>)
.ctor(u64, u64) overload
Sourcepub fn compare_to(&mut self, rhs: impl Into<Hash128>) -> i32
pub fn compare_to(&mut self, rhs: impl Into<Hash128>) -> i32
CompareTo(crate::unity_engine::hash128::Hash128) overload
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() 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 equals_2(&mut self, obj: impl Into<Hash128>) -> bool
pub fn equals_2(&mut self, obj: impl Into<Hash128>) -> bool
Equals(crate::unity_engine::hash128::Hash128) overload
Sourcepub fn get_hash_code(&mut self) -> i32
pub fn get_hash_code(&mut self) -> i32
GetHashCode() overload
Sourcepub fn compare_to_2(&mut self, obj: impl Into<Object>) -> i32
pub fn compare_to_2(&mut self, obj: impl Into<Object>) -> i32
CompareTo(crate::system::object::Object) overload
Source§impl Hash128
impl Hash128
pub fn ctor_method_info() -> &'static MethodInfo
pub fn ctor_2_method_info() -> &'static MethodInfo
pub fn get_u64_0_method_info() -> &'static MethodInfo
pub fn get_u64_1_method_info() -> &'static MethodInfo
pub fn compare_to_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
pub fn parse_method_info() -> &'static MethodInfo
pub fn hash128_to_string_impl_method_info() -> &'static MethodInfo
pub fn compute_from_string_method_info() -> &'static MethodInfo
pub fn compute_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 compare_to_2_method_info() -> &'static MethodInfo
pub fn op_equality_method_info() -> &'static MethodInfo
pub fn op_less_than_method_info() -> &'static MethodInfo
pub fn op_greater_than_method_info() -> &'static MethodInfo
pub fn parse_injected_method_info() -> &'static MethodInfo
pub fn hash128_to_string_impl_injected_method_info() -> &'static MethodInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hash128
impl RefUnwindSafe for Hash128
impl Send for Hash128
impl Sync for Hash128
impl Unpin for Hash128
impl UnwindSafe for Hash128
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
§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)
clone_to_uninit)