pub struct LeU32LowerHalf;Expand description
Lower 2 bytes of a little-endian u32.
Trait Implementations§
Source§impl Clone for LeU32LowerHalf
impl Clone for LeU32LowerHalf
Source§fn clone(&self) -> LeU32LowerHalf
fn clone(&self) -> LeU32LowerHalf
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LeU32LowerHalf
impl Debug for LeU32LowerHalf
Source§impl Default for LeU32LowerHalf
impl Default for LeU32LowerHalf
Source§fn default() -> LeU32LowerHalf
fn default() -> LeU32LowerHalf
Returns the “default value” for a type. Read more
Source§impl Hash for LeU32LowerHalf
impl Hash for LeU32LowerHalf
Source§impl IntRepr for LeU32LowerHalf
impl IntRepr for LeU32LowerHalf
Source§impl Ord for LeU32LowerHalf
impl Ord for LeU32LowerHalf
Source§fn cmp(&self, other: &LeU32LowerHalf) -> Ordering
fn cmp(&self, other: &LeU32LowerHalf) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LeU32LowerHalf
impl PartialEq for LeU32LowerHalf
Source§impl PartialOrd for LeU32LowerHalf
impl PartialOrd for LeU32LowerHalf
impl Copy for LeU32LowerHalf
impl Eq for LeU32LowerHalf
impl StructuralPartialEq for LeU32LowerHalf
Auto Trait Implementations§
impl Freeze for LeU32LowerHalf
impl RefUnwindSafe for LeU32LowerHalf
impl Send for LeU32LowerHalf
impl Sync for LeU32LowerHalf
impl Unpin for LeU32LowerHalf
impl UnwindSafe for LeU32LowerHalf
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more