pub struct W(/* private fields */);Expand description
Register OPCODEEXTLOWER writer
Implementations§
Source§impl W
impl W
Sourcepub fn extstigopcode(&mut self) -> EXTSTIGOPCODE_W<'_>
pub fn extstigopcode(&mut self) -> EXTSTIGOPCODE_W<'_>
Bits 0:7 - STIG Opcode Extension
Sourcepub fn extpollopcode(&mut self) -> EXTPOLLOPCODE_W<'_>
pub fn extpollopcode(&mut self) -> EXTPOLLOPCODE_W<'_>
Bits 8:15 - Polling Opcode Extension
Sourcepub fn extwriteopcode(&mut self) -> EXTWRITEOPCODE_W<'_>
pub fn extwriteopcode(&mut self) -> EXTWRITEOPCODE_W<'_>
Bits 16:23 - Write Opcode Extension
Sourcepub fn extreadopcode(&mut self) -> EXTREADOPCODE_W<'_>
pub fn extreadopcode(&mut self) -> EXTREADOPCODE_W<'_>
Bits 24:31 - Read Opcode Extension
Methods from Deref<Target = W<OPCODEEXTLOWER_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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