#[repr(u32)]pub enum Zone_GCState {
NoGC = 0,
Prepare = 1,
MarkBlackOnly = 2,
MarkBlackAndGray = 3,
Sweep = 4,
Finished = 5,
Compact = 6,
VerifyPreBarriers = 7,
Limit = 8,
}Variants§
NoGC = 0
Prepare = 1
MarkBlackOnly = 2
MarkBlackAndGray = 3
Sweep = 4
Finished = 5
Compact = 6
VerifyPreBarriers = 7
Limit = 8
Trait Implementations§
Source§impl Clone for Zone_GCState
impl Clone for Zone_GCState
Source§fn clone(&self) -> Zone_GCState
fn clone(&self) -> Zone_GCState
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 Zone_GCState
impl Debug for Zone_GCState
Source§impl Hash for Zone_GCState
impl Hash for Zone_GCState
Source§impl PartialEq for Zone_GCState
impl PartialEq for Zone_GCState
impl Copy for Zone_GCState
impl Eq for Zone_GCState
impl StructuralPartialEq for Zone_GCState
Auto Trait Implementations§
impl Freeze for Zone_GCState
impl RefUnwindSafe for Zone_GCState
impl Send for Zone_GCState
impl Sync for Zone_GCState
impl Unpin for Zone_GCState
impl UnwindSafe for Zone_GCState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes
Size for each variant:
NoGC: 0 bytesPrepare: 0 bytesMarkBlackOnly: 0 bytesMarkBlackAndGray: 0 bytesSweep: 0 bytesFinished: 0 bytesCompact: 0 bytesVerifyPreBarriers: 0 bytesLimit: 0 bytes