pub struct RevConsumer<const rdSET: bool, const rmSET: bool> { /* private fields */ }Implementations§
Source§impl<const rmCONSUMED: bool> RevConsumer<false, rmCONSUMED>
impl<const rmCONSUMED: bool> RevConsumer<false, rmCONSUMED>
pub fn consume_rd(self) -> (Register, RevConsumer<true, rmCONSUMED>)
Source§impl<const rdCONSUMED: bool> RevConsumer<rdCONSUMED, false>
impl<const rdCONSUMED: bool> RevConsumer<rdCONSUMED, false>
pub fn consume_rm(self) -> (Register, RevConsumer<rdCONSUMED, true>)
Source§impl RevConsumer<true, true>
impl RevConsumer<true, true>
Auto Trait Implementations§
impl<const rdSET: bool, const rmSET: bool> Freeze for RevConsumer<rdSET, rmSET>
impl<const rdSET: bool, const rmSET: bool> RefUnwindSafe for RevConsumer<rdSET, rmSET>
impl<const rdSET: bool, const rmSET: bool> Send for RevConsumer<rdSET, rmSET>
impl<const rdSET: bool, const rmSET: bool> Sync for RevConsumer<rdSET, rmSET>
impl<const rdSET: bool, const rmSET: bool> Unpin for RevConsumer<rdSET, rmSET>
impl<const rdSET: bool, const rmSET: bool> UnsafeUnpin for RevConsumer<rdSET, rmSET>
impl<const rdSET: bool, const rmSET: bool> UnwindSafe for RevConsumer<rdSET, rmSET>
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