pub enum IOCMode {
CourseLock,
HomeLock,
HotspotSurround,
Unknown(u8),
}Variants§
Trait Implementations§
impl Copy for IOCMode
Auto Trait Implementations§
impl Freeze for IOCMode
impl RefUnwindSafe for IOCMode
impl Send for IOCMode
impl Sync for IOCMode
impl Unpin for IOCMode
impl UnwindSafe for IOCMode
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