Struct pointerup
pub struct pointerup;
Trait Implementations§
§impl EventDescriptor for pointerup
impl EventDescriptor for pointerup
Auto Trait Implementations§
impl Freeze for pointerup
impl RefUnwindSafe for pointerup
impl Send for pointerup
impl Sync for pointerup
impl Unpin for pointerup
impl UnwindSafe for pointerup
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