pub struct Readback { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Readback
impl !UnwindSafe for Readback
impl Freeze for Readback
impl Send for Readback
impl Sync for Readback
impl Unpin for Readback
impl UnsafeUnpin for Readback
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