pub struct CreateDeviceCode;Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateDeviceCode
impl RefUnwindSafe for CreateDeviceCode
impl Send for CreateDeviceCode
impl Sync for CreateDeviceCode
impl Unpin for CreateDeviceCode
impl UnsafeUnpin for CreateDeviceCode
impl UnwindSafe for CreateDeviceCode
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