#[repr(C)]pub struct UnsignedWide {
pub lo: UInt32,
pub hi: UInt32,
}Fields§
§lo: UInt32§hi: UInt32Trait Implementations§
Source§impl Clone for UnsignedWide
impl Clone for UnsignedWide
Source§fn clone(&self) -> UnsignedWide
fn clone(&self) -> UnsignedWide
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UnsignedWide
impl Debug for UnsignedWide
Source§impl Default for UnsignedWide
impl Default for UnsignedWide
Source§fn default() -> UnsignedWide
fn default() -> UnsignedWide
Returns the “default value” for a type. Read more
Source§impl Hash for UnsignedWide
impl Hash for UnsignedWide
Source§impl PartialEq for UnsignedWide
impl PartialEq for UnsignedWide
Source§fn eq(&self, other: &UnsignedWide) -> bool
fn eq(&self, other: &UnsignedWide) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UnsignedWide
impl Eq for UnsignedWide
impl StructuralPartialEq for UnsignedWide
Auto Trait Implementations§
impl Freeze for UnsignedWide
impl RefUnwindSafe for UnsignedWide
impl Send for UnsignedWide
impl Sync for UnsignedWide
impl Unpin for UnsignedWide
impl UnsafeUnpin for UnsignedWide
impl UnwindSafe for UnsignedWide
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