pub struct Submitted;Expand description
Marker type for buffers currently owned by the backend.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Submitted
impl RefUnwindSafe for Submitted
impl Send for Submitted
impl Sync for Submitted
impl Unpin for Submitted
impl UnsafeUnpin for Submitted
impl UnwindSafe for Submitted
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