pub struct WriteCompletion {
pub complete: Box<dyn Fn(i32)>,
pub is_completed: Cell<bool>,
}Fields§
§complete: Box<dyn Fn(i32)>§is_completed: Cell<bool>Implementations§
Auto Trait Implementations§
impl !Freeze for WriteCompletion
impl !RefUnwindSafe for WriteCompletion
impl !Send for WriteCompletion
impl !Sync for WriteCompletion
impl !UnwindSafe for WriteCompletion
impl Unpin for WriteCompletion
impl UnsafeUnpin for WriteCompletion
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