pub struct SADD_R(/* private fields */);
Expand description
Field SADD
reader - Slave address bit (master mode)
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SADD_R
impl RefUnwindSafe for SADD_R
impl Send for SADD_R
impl Sync for SADD_R
impl Unpin for SADD_R
impl UnwindSafe for SADD_R
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