pub struct AsnTag {
pub environment: TaggingEnvironment,
pub tag_class: TagClass,
pub id: u64,
}
Expand description
Representation of a tag
Fields§
§environment: TaggingEnvironment
§tag_class: TagClass
§id: u64
Trait Implementations§
impl StructuralPartialEq for AsnTag
Auto Trait Implementations§
impl Freeze for AsnTag
impl RefUnwindSafe for AsnTag
impl Send for AsnTag
impl Sync for AsnTag
impl Unpin for AsnTag
impl UnwindSafe for AsnTag
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