Struct Da
#[repr(transparent)]pub struct Da(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Da
impl Da
pub const ROUNDROBIN: Self
pub const ROUNDROBIN: Self
Round-robin with Rx:Tx priority given by PM
pub const RXPRIORITY: Self
pub const RXPRIORITY: Self
Rx has priority over Tx
Trait Implementations§
§impl Ord for Da
impl Ord for Da
§impl PartialOrd for Da
impl PartialOrd for Da
impl Copy for Da
impl Eq for Da
impl StructuralPartialEq for Da
Auto Trait Implementations§
impl Freeze for Da
impl RefUnwindSafe for Da
impl Send for Da
impl Sync for Da
impl Unpin for Da
impl UnwindSafe for Da
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