pub struct REG_USR_COMMAND_VALUE_R(/* private fields */);
Expand description
Field reg_usr_command_value
reader - The value of “command” phase
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for REG_USR_COMMAND_VALUE_R
impl RefUnwindSafe for REG_USR_COMMAND_VALUE_R
impl Send for REG_USR_COMMAND_VALUE_R
impl Sync for REG_USR_COMMAND_VALUE_R
impl Unpin for REG_USR_COMMAND_VALUE_R
impl UnwindSafe for REG_USR_COMMAND_VALUE_R
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