Struct der_parser::DerObjectHeader [−][src]
Fields
class: u8
structured: u8
tag: u8
len: u64
Methods
impl DerObjectHeader[src]
impl DerObjectHeaderpub fn is_universal(&self) -> bool[src]
pub fn is_universal(&self) -> boolTest if object class is Universal
pub fn is_application(&self) -> bool[src]
pub fn is_application(&self) -> boolTest if object class is Application
pub fn is_contextspecific(&self) -> bool[src]
pub fn is_contextspecific(&self) -> boolTest if object class is Context-specific
pub fn is_private(&self) -> bool[src]
pub fn is_private(&self) -> boolTest if object class is Private
pub fn is_primitive(&self) -> bool[src]
pub fn is_primitive(&self) -> boolTest if object is primitive
pub fn is_constructed(&self) -> bool[src]
pub fn is_constructed(&self) -> boolTest if object is constructed
Trait Implementations
impl Clone for DerObjectHeader[src]
impl Clone for DerObjectHeaderfn clone(&self) -> DerObjectHeader[src]
fn clone(&self) -> DerObjectHeaderReturns 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 DerObjectHeaderimpl Debug for DerObjectHeader[src]
impl Debug for DerObjectHeaderfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for DerObjectHeader[src]
impl PartialEq for DerObjectHeaderfn eq(&self, other: &DerObjectHeader) -> bool[src]
fn eq(&self, other: &DerObjectHeader) -> boolThis 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) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DerObjectHeader
impl Send for DerObjectHeaderimpl Sync for DerObjectHeader
impl Sync for DerObjectHeader