pub enum AltMode {
AFIN,
AFOD,
AFPP,
AF(u8),
}Variants§
Auto Trait Implementations§
impl Freeze for AltMode
impl RefUnwindSafe for AltMode
impl Send for AltMode
impl Sync for AltMode
impl Unpin for AltMode
impl UnsafeUnpin for AltMode
impl UnwindSafe for AltMode
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