pub enum PCBit {
Primitive = 0,
Constructed = 1,
}
Expand description
A value of the ASN.1 primitive/constructed (“P/C”) bit.
Variants§
Trait Implementations§
source§impl Ord for PCBit
impl Ord for PCBit
source§impl PartialEq for PCBit
impl PartialEq for PCBit
source§impl PartialOrd for PCBit
impl PartialOrd for PCBit
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for PCBit
impl Eq for PCBit
impl StructuralPartialEq for PCBit
Auto Trait Implementations§
impl Freeze for PCBit
impl RefUnwindSafe for PCBit
impl Send for PCBit
impl Sync for PCBit
impl Unpin for PCBit
impl UnwindSafe for PCBit
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