#[repr(transparent)]pub struct Sdynaddr(pub u32);Expand description
Slave Dynamic Address Register
Tuple Fields§
§0: u32Implementations§
Source§impl Sdynaddr
impl Sdynaddr
Sourcepub const fn set_davalid(&mut self, val: Davalid)
pub const fn set_davalid(&mut self, val: Davalid)
DAVALID
Sourcepub const fn set_mapidx(&mut self, val: u8)
pub const fn set_mapidx(&mut self, val: u8)
Mapped Dynamic Address
Trait Implementations§
impl Copy for Sdynaddr
impl Eq for Sdynaddr
impl StructuralPartialEq for Sdynaddr
Auto Trait Implementations§
impl Freeze for Sdynaddr
impl RefUnwindSafe for Sdynaddr
impl Send for Sdynaddr
impl Sync for Sdynaddr
impl Unpin for Sdynaddr
impl UnwindSafe for Sdynaddr
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