#[repr(transparent)]pub struct Smsgmapaddr(pub u32);Expand description
Slave Message-Mapped Address Register
Tuple Fields§
§0: u32Implementations§
Source§impl Smsgmapaddr
impl Smsgmapaddr
Sourcepub const fn set_maplast(&mut self, val: u8)
pub const fn set_maplast(&mut self, val: u8)
Matched address index
Sourcepub const fn set_maplastm1(&mut self, val: u8)
pub const fn set_maplastm1(&mut self, val: u8)
Previous match index 1
Sourcepub const fn set_maplastm2(&mut self, val: u8)
pub const fn set_maplastm2(&mut self, val: u8)
Previous match index 2
Trait Implementations§
Source§impl Clone for Smsgmapaddr
impl Clone for Smsgmapaddr
Source§fn clone(&self) -> Smsgmapaddr
fn clone(&self) -> Smsgmapaddr
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 Smsgmapaddr
impl Debug for Smsgmapaddr
Source§impl Default for Smsgmapaddr
impl Default for Smsgmapaddr
Source§fn default() -> Smsgmapaddr
fn default() -> Smsgmapaddr
Returns the “default value” for a type. Read more
Source§impl PartialEq for Smsgmapaddr
impl PartialEq for Smsgmapaddr
impl Copy for Smsgmapaddr
impl Eq for Smsgmapaddr
impl StructuralPartialEq for Smsgmapaddr
Auto Trait Implementations§
impl Freeze for Smsgmapaddr
impl RefUnwindSafe for Smsgmapaddr
impl Send for Smsgmapaddr
impl Sync for Smsgmapaddr
impl Unpin for Smsgmapaddr
impl UnwindSafe for Smsgmapaddr
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