pub enum PortableDeviceFTM {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PortableDeviceFTM
impl RefUnwindSafe for PortableDeviceFTM
impl Send for PortableDeviceFTM
impl Sync for PortableDeviceFTM
impl Unpin for PortableDeviceFTM
impl UnwindSafe for PortableDeviceFTM
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