Struct der_parser::ber::BitStringObject
source · pub struct BitStringObject<'a> {
pub data: &'a [u8],
}
Expand description
BitString wrapper
Fields§
§data: &'a [u8]
Implementations§
Trait Implementations§
source§impl<'a> AsRef<[u8]> for BitStringObject<'a>
impl<'a> AsRef<[u8]> for BitStringObject<'a>
source§impl<'a> Clone for BitStringObject<'a>
impl<'a> Clone for BitStringObject<'a>
source§fn clone(&self) -> BitStringObject<'a>
fn clone(&self) -> BitStringObject<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for BitStringObject<'a>
impl<'a> Debug for BitStringObject<'a>
source§impl<'a> PartialEq<BitStringObject<'a>> for BitStringObject<'a>
impl<'a> PartialEq<BitStringObject<'a>> for BitStringObject<'a>
source§fn eq(&self, other: &BitStringObject<'a>) -> bool
fn eq(&self, other: &BitStringObject<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.