Enum der_parser::ber::Class
source · #[repr(u8)]pub enum Class {
Universal = 0,
Application = 1,
ContextSpecific = 2,
Private = 3,
}
Expand description
BER Object class of tag
Variants§
Universal = 0
Universal
class of tags (0b00
)
Application = 1
Application
class of tags (0b01
)
ContextSpecific = 2
Context-Specific
class of tags (0b10
)
Private = 3
Private
class of tags (0b11
)
Implementations§
Trait Implementations§
source§impl PartialEq for Class
impl PartialEq for Class
impl Copy for Class
impl Eq for Class
impl StructuralPartialEq for Class
Auto Trait Implementations§
impl RefUnwindSafe for Class
impl Send for Class
impl Sync for Class
impl Unpin for Class
impl UnwindSafe for Class
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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