pub struct DcuDevice(/* private fields */);Expand description
A handle to the dcu device.
Implementations§
Auto Trait Implementations§
impl Freeze for DcuDevice
impl RefUnwindSafe for DcuDevice
impl Send for DcuDevice
impl Sync for DcuDevice
impl Unpin for DcuDevice
impl UnsafeUnpin for DcuDevice
impl UnwindSafe for DcuDevice
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