pub enum M10W {
_0,
_1,
}Expand description
Values that can be written to the field M10
Variants§
_0
The parity bit is the ninth bit in the serial transmission.
_1
The parity bit is the tenth bit in the serial transmission.
Auto Trait Implementations§
impl Freeze for M10W
impl RefUnwindSafe for M10W
impl Send for M10W
impl Sync for M10W
impl Unpin for M10W
impl UnwindSafe for M10W
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