#[repr(transparent)]pub struct Register(pub u16);Tuple Fields§
§0: u16Implementations§
Source§impl Register
impl Register
pub const CAP: Register
pub const VS: Register
pub const INTMS: Register
pub const INTMC: Register
pub const CC: Register
pub const RESERVED: Register
pub const CSTS: Register
pub const NSSR: Register
pub const AQA: Register
pub const ASQ: Register
pub const ACQ: Register
pub const CMBLOC: Register
pub const CMBSZ: Register
pub const BPINFO: Register
pub const BPRSEL: Register
pub const BPMBL: Register
Trait Implementations§
Source§impl Ord for Register
impl Ord for Register
Source§impl PartialOrd for Register
impl PartialOrd for Register
impl Copy for Register
impl Eq for Register
impl StructuralPartialEq for Register
Auto Trait Implementations§
impl Freeze for Register
impl RefUnwindSafe for Register
impl Send for Register
impl Sync for Register
impl Unpin for Register
impl UnwindSafe for Register
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