Struct der_parser::DerElement
[−]
[src]
pub struct DerElement {
pub class: u8,
pub structured: u8,
pub tag: u8,
}Fields
class: u8
structured: u8
tag: u8
Trait Implementations
impl Clone for DerElement[src]
fn clone(&self) -> DerElement[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for DerElement[src]
impl Debug for DerElement[src]
impl PartialEq for DerElement[src]
fn eq(&self, __arg_0: &DerElement) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DerElement) -> bool[src]
This method tests for !=.