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