Struct bin::slice::Bits [] [src]

pub struct Bits<End: Endian = Big>(_, _);

Methods

impl<End: Endian> Bits<End>
[src]

Important traits for Iter<'a, End>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> From<&'a [u8]> for &'a Bits
[src]

[src]

Performs the conversion.

impl<'a> From<&'a mut [u8]> for &'a mut Bits
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<End> Send for Bits<End> where
    End: Send

impl<End> Sync for Bits<End> where
    End: Sync