#[repr(C)]pub struct MovedFromAttributeData {
pub class_name: Il2CppString,
pub name_space: Il2CppString,
pub assembly: Il2CppString,
pub class_has_changed: bool,
pub name_space_has_changed: bool,
pub assembly_has_changed: bool,
pub auto_udpate_api: bool,
}Expand description
Fields§
§class_name: Il2CppString§name_space: Il2CppString§assembly: Il2CppString§class_has_changed: bool§name_space_has_changed: bool§assembly_has_changed: bool§auto_udpate_api: boolImplementations§
Source§impl MovedFromAttributeData
impl MovedFromAttributeData
Sourcepub fn set(
&mut self,
auto_update_api: impl Into<bool>,
source_namespace: impl Into<Il2CppString>,
source_assembly: impl Into<Il2CppString>,
source_class_name: impl Into<Il2CppString>,
)
pub fn set( &mut self, auto_update_api: impl Into<bool>, source_namespace: impl Into<Il2CppString>, source_assembly: impl Into<Il2CppString>, source_class_name: impl Into<Il2CppString>, )
Set(bool, ::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString) overload
Source§impl MovedFromAttributeData
impl MovedFromAttributeData
pub fn set_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for MovedFromAttributeData
impl Clone for MovedFromAttributeData
Source§fn clone(&self) -> MovedFromAttributeData
fn clone(&self) -> MovedFromAttributeData
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 MovedFromAttributeData
Auto Trait Implementations§
impl Freeze for MovedFromAttributeData
impl RefUnwindSafe for MovedFromAttributeData
impl !Send for MovedFromAttributeData
impl !Sync for MovedFromAttributeData
impl Unpin for MovedFromAttributeData
impl UnwindSafe for MovedFromAttributeData
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)