pub struct PointerBinding {
pub modifiers: KeyModifiers,
pub button: u32,
pub action: PointerBindingAction,
}Fields§
§modifiers: KeyModifiers§action: PointerBindingActionTrait Implementations§
Source§impl Clone for PointerBinding
impl Clone for PointerBinding
Source§fn clone(&self) -> PointerBinding
fn clone(&self) -> PointerBinding
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PointerBinding
impl RefUnwindSafe for PointerBinding
impl Send for PointerBinding
impl Sync for PointerBinding
impl Unpin for PointerBinding
impl UnsafeUnpin for PointerBinding
impl UnwindSafe for PointerBinding
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