pub struct DeviceGuard<T> {
pub descriptor: Descriptor,
/* private fields */
}
Fields§
§descriptor: Descriptor
Trait Implementations§
Source§impl<T> Deref for DeviceGuard<T>
impl<T> Deref for DeviceGuard<T>
Source§impl<T> DerefMut for DeviceGuard<T>
impl<T> DerefMut for DeviceGuard<T>
Auto Trait Implementations§
impl<T> Freeze for DeviceGuard<T>
impl<T> !RefUnwindSafe for DeviceGuard<T>
impl<T> Send for DeviceGuard<T>where
T: Send,
impl<T> Sync for DeviceGuard<T>where
T: Send,
impl<T> Unpin for DeviceGuard<T>
impl<T> !UnwindSafe for DeviceGuard<T>
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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