pub struct DeviceTable { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DeviceTable
impl !Send for DeviceTable
impl !Sync for DeviceTable
impl !UnwindSafe for DeviceTable
impl Freeze for DeviceTable
impl Unpin for DeviceTable
impl UnsafeUnpin for DeviceTable
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