#[repr(transparent)]pub struct Deviceaddr(pub u32);Expand description
Device Address
Tuple Fields§
§0: u32Implementations§
Source§impl Deviceaddr
impl Deviceaddr
Trait Implementations§
Source§impl Clone for Deviceaddr
impl Clone for Deviceaddr
Source§fn clone(&self) -> Deviceaddr
fn clone(&self) -> Deviceaddr
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 Deviceaddr
impl Debug for Deviceaddr
Source§impl Default for Deviceaddr
impl Default for Deviceaddr
Source§fn default() -> Deviceaddr
fn default() -> Deviceaddr
Returns the “default value” for a type. Read more
Source§impl PartialEq for Deviceaddr
impl PartialEq for Deviceaddr
impl Copy for Deviceaddr
impl Eq for Deviceaddr
impl StructuralPartialEq for Deviceaddr
Auto Trait Implementations§
impl Freeze for Deviceaddr
impl RefUnwindSafe for Deviceaddr
impl Send for Deviceaddr
impl Sync for Deviceaddr
impl Unpin for Deviceaddr
impl UnwindSafe for Deviceaddr
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