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