pub struct SMS_R(/* private fields */);
Expand description
Field SMS
reader - Slave mode selection
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SMS_R
impl RefUnwindSafe for SMS_R
impl Send for SMS_R
impl Sync for SMS_R
impl Unpin for SMS_R
impl UnwindSafe for SMS_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