pub struct LeU32UpperHalf;Expand description
Upper 2 bytes of a little-endian u32.
Trait Implementations§
Source§impl Clone for LeU32UpperHalf
impl Clone for LeU32UpperHalf
Source§fn clone(&self) -> LeU32UpperHalf
fn clone(&self) -> LeU32UpperHalf
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 LeU32UpperHalf
impl Debug for LeU32UpperHalf
Source§impl Default for LeU32UpperHalf
impl Default for LeU32UpperHalf
Source§fn default() -> LeU32UpperHalf
fn default() -> LeU32UpperHalf
Returns the “default value” for a type. Read more
Source§impl Hash for LeU32UpperHalf
impl Hash for LeU32UpperHalf
Source§impl IntRepr for LeU32UpperHalf
impl IntRepr for LeU32UpperHalf
Source§impl Ord for LeU32UpperHalf
impl Ord for LeU32UpperHalf
Source§fn cmp(&self, other: &LeU32UpperHalf) -> Ordering
fn cmp(&self, other: &LeU32UpperHalf) -> 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 LeU32UpperHalf
impl PartialEq for LeU32UpperHalf
Source§impl PartialOrd for LeU32UpperHalf
impl PartialOrd for LeU32UpperHalf
impl Copy for LeU32UpperHalf
impl Eq for LeU32UpperHalf
impl StructuralPartialEq for LeU32UpperHalf
Auto Trait Implementations§
impl Freeze for LeU32UpperHalf
impl RefUnwindSafe for LeU32UpperHalf
impl Send for LeU32UpperHalf
impl Sync for LeU32UpperHalf
impl Unpin for LeU32UpperHalf
impl UnwindSafe for LeU32UpperHalf
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