pub struct PointerCancel;Expand description
pointercancel
Auto Trait Implementations§
impl Freeze for PointerCancel
impl RefUnwindSafe for PointerCancel
impl Send for PointerCancel
impl Sync for PointerCancel
impl Unpin for PointerCancel
impl UnwindSafe for PointerCancel
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