pub enum ModuleDetachMode {
AutoDetachSioModule,
DontDetachSioModule,
}
Variants§
Trait Implementations§
Source§impl Into<ftdi_module_detach_mode> for ModuleDetachMode
impl Into<ftdi_module_detach_mode> for ModuleDetachMode
Source§fn into(self) -> ftdi_module_detach_mode
fn into(self) -> ftdi_module_detach_mode
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for ModuleDetachMode
impl RefUnwindSafe for ModuleDetachMode
impl Send for ModuleDetachMode
impl Sync for ModuleDetachMode
impl Unpin for ModuleDetachMode
impl UnwindSafe for ModuleDetachMode
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