pub struct DEVICE_MANAGER { /* private fields */ }Trait Implementations§
Source§impl Deref for DEVICE_MANAGER
impl Deref for DEVICE_MANAGER
Source§type Target = RwLock<DeviceManager>
type Target = RwLock<DeviceManager>
The resulting type after dereferencing.
Source§fn deref(&self) -> &RwLock<DeviceManager>
fn deref(&self) -> &RwLock<DeviceManager>
Dereferences the value.
impl LazyStatic for DEVICE_MANAGER
Auto Trait Implementations§
impl Freeze for DEVICE_MANAGER
impl RefUnwindSafe for DEVICE_MANAGER
impl Send for DEVICE_MANAGER
impl Sync for DEVICE_MANAGER
impl Unpin for DEVICE_MANAGER
impl UnwindSafe for DEVICE_MANAGER
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