pub struct HostReadOnly;Expand description
The host may only read the buffer once it’s been created.
Trait Implementations§
impl HostAccess for HostReadOnly
impl HostReadable for HostReadOnly
Auto Trait Implementations§
impl Freeze for HostReadOnly
impl RefUnwindSafe for HostReadOnly
impl Send for HostReadOnly
impl Sync for HostReadOnly
impl Unpin for HostReadOnly
impl UnsafeUnpin for HostReadOnly
impl UnwindSafe for HostReadOnly
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