pub struct DeviceReadWrite;Expand description
The device may read and write the buffer.
Trait Implementations§
impl DeviceAccess for DeviceReadWrite
Auto Trait Implementations§
impl Freeze for DeviceReadWrite
impl RefUnwindSafe for DeviceReadWrite
impl Send for DeviceReadWrite
impl Sync for DeviceReadWrite
impl Unpin for DeviceReadWrite
impl UnsafeUnpin for DeviceReadWrite
impl UnwindSafe for DeviceReadWrite
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