Enum pax_runtime_api::MouseButton 
source · pub enum MouseButton {
    Left,
    Right,
    Middle,
    Unknown,
}Variants§
Trait Implementations§
source§impl Clone for MouseButton
 
impl Clone for MouseButton
source§fn clone(&self) -> MouseButton
 
fn clone(&self) -> MouseButton
Returns a copy 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 moresource§impl From<MouseButtonMessage> for MouseButton
 
impl From<MouseButtonMessage> for MouseButton
source§fn from(value: MouseButtonMessage) -> Self
 
fn from(value: MouseButtonMessage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MouseButton
impl RefUnwindSafe for MouseButton
impl Send for MouseButton
impl Sync for MouseButton
impl Unpin for MouseButton
impl UnwindSafe for MouseButton
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
source§impl<T, U> RoundInto<U> for Twhere
    U: RoundFrom<T>,
 
impl<T, U> RoundInto<U> for Twhere
    U: RoundFrom<T>,
source§fn round_into(self) -> U
 
fn round_into(self) -> U
Performs the conversion.