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