pub struct RO;Expand description
Read-only type state for A in Reg.
Trait Implementations§
impl Access for RO
impl Copy for RO
impl Eq for RO
impl Read for RO
impl StructuralPartialEq for RO
Auto Trait Implementations§
impl Freeze for RO
impl RefUnwindSafe for RO
impl Send for RO
impl Sync for RO
impl Unpin for RO
impl UnwindSafe for RO
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