#[repr(C)]pub struct MinorScene {
pub minor_id: u8_,
pub heap_kind: u8_,
pub minor_prep: *mut c_void,
pub minor_decide: *mut c_void,
pub minor_kind: u8_,
pub load_data: *mut c_void,
pub unload_data: *mut c_void,
}Fields§
§minor_id: u8_§heap_kind: u8_§minor_prep: *mut c_void§minor_decide: *mut c_void§minor_kind: u8_§load_data: *mut c_void§unload_data: *mut c_voidTrait Implementations§
Source§impl Clone for MinorScene
impl Clone for MinorScene
Source§fn clone(&self) -> MinorScene
fn clone(&self) -> MinorScene
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MinorScene
impl Debug for MinorScene
impl Copy for MinorScene
Auto Trait Implementations§
impl Freeze for MinorScene
impl RefUnwindSafe for MinorScene
impl !Send for MinorScene
impl !Sync for MinorScene
impl Unpin for MinorScene
impl UnwindSafe for MinorScene
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more