Struct der_parser::DerObjectHeader [−][src]
Fields
class: u8
structured: u8
tag: u8
len: u64
Methods
impl DerObjectHeader
[src]
impl DerObjectHeader
pub fn is_universal(&self) -> bool
[src]
pub fn is_universal(&self) -> bool
Test if object class is Universal
pub fn is_application(&self) -> bool
[src]
pub fn is_application(&self) -> bool
Test if object class is Application
pub fn is_contextspecific(&self) -> bool
[src]
pub fn is_contextspecific(&self) -> bool
Test if object class is Context-specific
pub fn is_private(&self) -> bool
[src]
pub fn is_private(&self) -> bool
Test if object class is Private
pub fn is_primitive(&self) -> bool
[src]
pub fn is_primitive(&self) -> bool
Test if object is primitive
pub fn is_constructed(&self) -> bool
[src]
pub fn is_constructed(&self) -> bool
Test if object is constructed
Trait Implementations
impl Clone for DerObjectHeader
[src]
impl Clone for DerObjectHeader
fn clone(&self) -> DerObjectHeader
[src]
fn clone(&self) -> DerObjectHeader
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for DerObjectHeader
[src]
impl Copy for DerObjectHeader
impl Debug for DerObjectHeader
[src]
impl Debug for DerObjectHeader
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for DerObjectHeader
[src]
impl PartialEq for DerObjectHeader
fn eq(&self, other: &DerObjectHeader) -> bool
[src]
fn eq(&self, other: &DerObjectHeader) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &DerObjectHeader) -> bool
[src]
fn ne(&self, other: &DerObjectHeader) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for DerObjectHeader
impl Send for DerObjectHeader
impl Sync for DerObjectHeader
impl Sync for DerObjectHeader