#[repr(C)]pub struct PropertyName {
pub id: i32,
}Expand description
Fields§
§id: i32Implementations§
Source§impl PropertyName
impl PropertyName
Sourcepub fn op_equality(
lhs: impl Into<PropertyName>,
rhs: impl Into<PropertyName>,
) -> bool
pub fn op_equality( lhs: impl Into<PropertyName>, rhs: impl Into<PropertyName>, ) -> bool
op_Equality(crate::unity_engine::propertyname::PropertyName, crate::unity_engine::propertyname::PropertyName) overload
Source§impl PropertyName
impl PropertyName
Sourcepub fn ctor(&mut self, name: impl Into<Il2CppString>)
pub fn ctor(&mut self, name: impl Into<Il2CppString>)
.ctor(::unity::Il2CppString) overload
Sourcepub fn ctor_2(&mut self, other: impl Into<PropertyName>)
pub fn ctor_2(&mut self, other: impl Into<PropertyName>)
.ctor(crate::unity_engine::propertyname::PropertyName) overload
Sourcepub fn get_hash_code(&mut self) -> i32
pub fn get_hash_code(&mut self) -> i32
GetHashCode() overload
Sourcepub fn equals(&mut self, other: impl Into<Object>) -> bool
pub fn equals(&mut self, other: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overload
Sourcepub fn equals_2(&mut self, other: impl Into<PropertyName>) -> bool
pub fn equals_2(&mut self, other: impl Into<PropertyName>) -> bool
Equals(crate::unity_engine::propertyname::PropertyName) overload
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Source§impl PropertyName
impl PropertyName
pub fn ctor_method_info() -> &'static MethodInfo
pub fn ctor_2_method_info() -> &'static MethodInfo
pub fn op_equality_method_info() -> &'static MethodInfo
pub fn get_hash_code_method_info() -> &'static MethodInfo
pub fn equals_method_info() -> &'static MethodInfo
pub fn equals_2_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for PropertyName
impl ClassIdentity for PropertyName
Source§impl Clone for PropertyName
impl Clone for PropertyName
Source§fn clone(&self) -> PropertyName
fn clone(&self) -> PropertyName
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 PropertyName
Auto Trait Implementations§
impl Freeze for PropertyName
impl RefUnwindSafe for PropertyName
impl Send for PropertyName
impl Sync for PropertyName
impl Unpin for PropertyName
impl UnwindSafe for PropertyName
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)