pub enum REV_OUTW {
NORMAL,
REVERSED,
}
Expand description
Values that can be written to the field REV_OUT
Variants§
Auto Trait Implementations§
impl Freeze for REV_OUTW
impl RefUnwindSafe for REV_OUTW
impl Send for REV_OUTW
impl Sync for REV_OUTW
impl Unpin for REV_OUTW
impl UnwindSafe for REV_OUTW
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