Struct bit_struct::u42 
source · [−]pub struct u42(_);Implementations
Trait Implementations
sourceimpl BitAndAssign<u42> for u42
 
impl BitAndAssign<u42> for u42
sourcefn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the &= operation. Read more
sourceimpl BitOrAssign<u42> for u42
 
impl BitOrAssign<u42> for u42
sourcefn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the |= operation. Read more
sourceimpl BitXorAssign<u42> for u42
 
impl BitXorAssign<u42> for u42
sourcefn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the ^= operation. Read more
sourceimpl<'de> Deserialize<'de> for u42
 
impl<'de> Deserialize<'de> for u42
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
    D: Deserializer<'de>,
 
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
    D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Num for u42
 
impl Num for u42
type FromStrRadixErr = ()
sourcefn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>
 
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>
Convert from a string and radix (typically 2..=36). Read more
sourceimpl Ord for u42
 
impl Ord for u42
1.21.0 · sourcefn max(self, other: Self) -> Self
 
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
 
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
    Self: PartialOrd<Self>,
 
fn clamp(self, min: Self, max: Self) -> Selfwhere
    Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<u42> for u42
 
impl PartialEq<u42> for u42
sourceimpl PartialOrd<u42> for u42
 
impl PartialOrd<u42> for u42
sourcefn partial_cmp(&self, other: &u42) -> Option<Ordering>
 
fn partial_cmp(&self, other: &u42) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
 
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl ShlAssign<usize> for u42
 
impl ShlAssign<usize> for u42
sourcefn shl_assign(&mut self, rhs: usize)
 
fn shl_assign(&mut self, rhs: usize)
Performs the <<= operation. Read more
sourceimpl ShrAssign<usize> for u42
 
impl ShrAssign<usize> for u42
sourcefn shr_assign(&mut self, rhs: usize)
 
fn shr_assign(&mut self, rhs: usize)
Performs the >>= operation. Read more
sourceimpl<P> ValidCheck<P> for u42
 
impl<P> ValidCheck<P> for u42
impl Copy for u42
impl Eq for u42
impl StructuralEq for u42
impl StructuralPartialEq for u42
Auto Trait Implementations
impl RefUnwindSafe for u42
impl Send for u42
impl Sync for u42
impl Unpin for u42
impl UnwindSafe for u42
Blanket Implementations
sourceimpl<T> BitStructZero for Twhere
    T: Zero,
 
impl<T> BitStructZero for Twhere
    T: Zero,
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