pub struct ReadbackTicket { /* private fields */ }Expand description
Submitted copy ticket for one readback-ring slot.
Auto Trait Implementations§
impl Freeze for ReadbackTicket
impl RefUnwindSafe for ReadbackTicket
impl Send for ReadbackTicket
impl Sync for ReadbackTicket
impl Unpin for ReadbackTicket
impl UnsafeUnpin for ReadbackTicket
impl UnwindSafe for ReadbackTicket
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