[][src]Struct basn1::BitString

pub struct BitString(_);

Implementations

impl BitString[src]

pub fn bits(&self) -> usize[src]

Return the total number of bits of the bitstring

pub fn bits_unused(&self) -> usize[src]

Return the total number of unused bits on the bitstring

pub fn data_bytes(&self) -> &[u8][src]

Get the data associated with the bitstring as full bytes

Trait Implementations

impl AsRef<[u8]> for BitString[src]

impl Debug for BitString[src]

impl Eq for BitString[src]

impl Hash for BitString[src]

impl PartialEq<BitString> for BitString[src]

impl StructuralEq for BitString[src]

impl StructuralPartialEq for BitString[src]

Auto Trait Implementations

impl Send for BitString

impl Sync for BitString

impl Unpin for BitString

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]