pub enum AltMode {
AF(u8),
AFOD,
AFPP,
}
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 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