Struct bitvec::order::Msb0[][src]

pub struct Msb0;

Traverses a register from the most significant bit to the least significant.

Trait Implementations

impl BitOrder for Msb0[src]

impl Clone for Msb0[src]

impl Copy for Msb0[src]

impl Debug for Msb0[src]

impl Default for Msb0[src]

impl Eq for Msb0[src]

impl Hash for Msb0[src]

impl Ord for Msb0[src]

impl PartialEq<Msb0> for Msb0[src]

impl PartialOrd<Msb0> for Msb0[src]

impl StructuralEq for Msb0[src]

impl StructuralPartialEq for Msb0[src]

Auto Trait Implementations

impl RefUnwindSafe for Msb0

impl Send for Msb0

impl Sync for Msb0

impl Unpin for Msb0

impl UnwindSafe for Msb0

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]

impl<T> Conv for T[src]

impl<T> FmtForward for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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

impl<T> Tap for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> TryConv for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.