pub enum SpecialBit {
_0,
_1,
X,
Z,
}
Expand description
Special constant bit values
Variants§
Trait Implementations§
Source§impl Clone for SpecialBit
impl Clone for SpecialBit
Source§fn clone(&self) -> SpecialBit
fn clone(&self) -> SpecialBit
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 SpecialBit
impl Debug for SpecialBit
Source§impl<'de> Deserialize<'de> for SpecialBit
impl<'de> Deserialize<'de> for SpecialBit
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for SpecialBit
impl Hash for SpecialBit
Source§impl PartialEq for SpecialBit
impl PartialEq for SpecialBit
Source§impl Serialize for SpecialBit
impl Serialize for SpecialBit
Source§impl Value for SpecialBit
impl Value for SpecialBit
impl Copy for SpecialBit
impl Eq for SpecialBit
impl StructuralPartialEq for SpecialBit
Auto Trait Implementations§
impl Freeze for SpecialBit
impl RefUnwindSafe for SpecialBit
impl Send for SpecialBit
impl Sync for SpecialBit
impl Unpin for SpecialBit
impl UnwindSafe for SpecialBit
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