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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)