#[repr(C)]pub struct RuntimeInitializeLoadType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl RuntimeInitializeLoadType
impl RuntimeInitializeLoadType
pub fn after_scene_load() -> Self
pub fn before_scene_load() -> Self
pub fn after_assemblies_loaded() -> Self
pub fn before_splash_screen() -> Self
pub fn subsystem_registration() -> Self
Trait Implementations§
Source§impl Clone for RuntimeInitializeLoadType
impl Clone for RuntimeInitializeLoadType
Source§fn clone(&self) -> RuntimeInitializeLoadType
fn clone(&self) -> RuntimeInitializeLoadType
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 moreSource§impl Debug for RuntimeInitializeLoadType
impl Debug for RuntimeInitializeLoadType
Source§impl PartialEq for RuntimeInitializeLoadType
impl PartialEq for RuntimeInitializeLoadType
impl Copy for RuntimeInitializeLoadType
impl Eq for RuntimeInitializeLoadType
impl StructuralPartialEq for RuntimeInitializeLoadType
Auto Trait Implementations§
impl Freeze for RuntimeInitializeLoadType
impl RefUnwindSafe for RuntimeInitializeLoadType
impl Send for RuntimeInitializeLoadType
impl Sync for RuntimeInitializeLoadType
impl Unpin for RuntimeInitializeLoadType
impl UnwindSafe for RuntimeInitializeLoadType
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)