Enum xkcp_sys::Kravatte_Phases
source · #[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<Kravatte_Phases> for Kravatte_Phases
impl PartialEq<Kravatte_Phases> for Kravatte_Phases
source§fn eq(&self, other: &Kravatte_Phases) -> bool
fn eq(&self, other: &Kravatte_Phases) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for Kravatte_Phases
impl StructuralEq for Kravatte_Phases
impl StructuralPartialEq for Kravatte_Phases
Auto Trait Implementations§
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
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