Struct modular_bitfield::error::OutOfBounds  
source · [−]pub struct OutOfBounds;Expand description
The given value was out of range for the bitfield.
Trait Implementations
sourceimpl Debug for OutOfBounds
 
impl Debug for OutOfBounds
sourceimpl Display for OutOfBounds
 
impl Display for OutOfBounds
sourceimpl PartialEq<OutOfBounds> for OutOfBounds
 
impl PartialEq<OutOfBounds> for OutOfBounds
sourcefn eq(&self, other: &OutOfBounds) -> bool
 
fn eq(&self, other: &OutOfBounds) -> bool
impl Eq for OutOfBounds
impl StructuralEq for OutOfBounds
impl StructuralPartialEq for OutOfBounds
Auto Trait Implementations
impl RefUnwindSafe for OutOfBounds
impl Send for OutOfBounds
impl Sync for OutOfBounds
impl Unpin for OutOfBounds
impl UnwindSafe for OutOfBounds
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more