pub struct MCYCLE;Expand description
Opaque mcycle register
Implementations§
Auto Trait Implementations§
impl Freeze for MCYCLE
impl RefUnwindSafe for MCYCLE
impl Send for MCYCLE
impl Sync for MCYCLE
impl Unpin for MCYCLE
impl UnwindSafe for MCYCLE
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