pub struct RawReg(/* private fields */);
Implementations§
Trait Implementations§
impl Copy for RawReg
impl Eq for RawReg
Auto Trait Implementations§
impl Freeze for RawReg
impl RefUnwindSafe for RawReg
impl Send for RawReg
impl Sync for RawReg
impl Unpin for RawReg
impl UnwindSafe for RawReg
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