Struct RxOrdextr1
#[repr(transparent)]pub struct RxOrdextr1(pub u32);Expand description
Rx ordered set extension register 1
Tuple Fields§
§0: u32Implementations§
§impl RxOrdextr1
impl RxOrdextr1
pub const fn rxsopx1(&self) -> u32
pub const fn rxsopx1(&self) -> u32
Ordered set 1 received The bitfield contains a full 20-bit sequence received, consisting of four K‑codes, each of five bits. The bit 0 (bit 0 of K‑code1) is receive first, the bit 19 (bit 4 of K‑code4) last.
pub const fn set_rxsopx1(&mut self, val: u32)
pub const fn set_rxsopx1(&mut self, val: u32)
Ordered set 1 received The bitfield contains a full 20-bit sequence received, consisting of four K‑codes, each of five bits. The bit 0 (bit 0 of K‑code1) is receive first, the bit 19 (bit 4 of K‑code4) last.
Trait Implementations§
§impl Clone for RxOrdextr1
impl Clone for RxOrdextr1
§fn clone(&self) -> RxOrdextr1
fn clone(&self) -> RxOrdextr1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RxOrdextr1
§impl Debug for RxOrdextr1
impl Debug for RxOrdextr1
§impl Default for RxOrdextr1
impl Default for RxOrdextr1
§fn default() -> RxOrdextr1
fn default() -> RxOrdextr1
Returns the “default value” for a type. Read more
impl Eq for RxOrdextr1
§impl PartialEq for RxOrdextr1
impl PartialEq for RxOrdextr1
impl StructuralPartialEq for RxOrdextr1
Auto Trait Implementations§
impl Freeze for RxOrdextr1
impl RefUnwindSafe for RxOrdextr1
impl Send for RxOrdextr1
impl Sync for RxOrdextr1
impl Unpin for RxOrdextr1
impl UnsafeUnpin for RxOrdextr1
impl UnwindSafe for RxOrdextr1
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