Struct der_parser::BitStringObject [] [src]

pub struct BitStringObject<'a> {
    pub data: &'a [u8],
}

BitString wrapper

Fields

Methods

impl<'a> BitStringObject<'a>
[src]

[src]

Test if bit bitnum is set

Trait Implementations

impl<'a> Clone for BitStringObject<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for BitStringObject<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for BitStringObject<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> AsRef<[u8]> for BitStringObject<'a>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for BitStringObject<'a>

impl<'a> Sync for BitStringObject<'a>