#[repr(u32)]pub enum Kravatte_Phases {
NOT_INITIALIZED_YET = 0,
COMPRESSING = 1,
EXPANDING = 2,
EXPANDED = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for Kravatte_Phases
impl Clone for Kravatte_Phases
Source§fn clone(&self) -> Kravatte_Phases
fn clone(&self) -> Kravatte_Phases
Returns a copy 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 Kravatte_Phases
impl Debug for Kravatte_Phases
Source§impl Hash for Kravatte_Phases
impl Hash for Kravatte_Phases
Source§impl PartialEq for Kravatte_Phases
impl PartialEq for Kravatte_Phases
impl Eq for Kravatte_Phases
impl StructuralPartialEq for Kravatte_Phases
Auto Trait Implementations§
impl Freeze for Kravatte_Phases
impl RefUnwindSafe for Kravatte_Phases
impl Send for Kravatte_Phases
impl Sync for Kravatte_Phases
impl Unpin for Kravatte_Phases
impl UnwindSafe for Kravatte_Phases
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,
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:
NOT_INITIALIZED_YET
: 0 bytesCOMPRESSING
: 0 bytesEXPANDING
: 0 bytesEXPANDED
: 0 bytes