#[repr(C)]pub struct EmulateThreeButtonMouse {
pub Modifier: *const bool,
}Fields§
§Modifier: *const boolTrait Implementations§
Source§impl Clone for EmulateThreeButtonMouse
impl Clone for EmulateThreeButtonMouse
Source§fn clone(&self) -> EmulateThreeButtonMouse
fn clone(&self) -> EmulateThreeButtonMouse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EmulateThreeButtonMouse
Source§impl Debug for EmulateThreeButtonMouse
impl Debug for EmulateThreeButtonMouse
Source§impl Default for EmulateThreeButtonMouse
impl Default for EmulateThreeButtonMouse
impl Eq for EmulateThreeButtonMouse
Source§impl Hash for EmulateThreeButtonMouse
impl Hash for EmulateThreeButtonMouse
Source§impl PartialEq for EmulateThreeButtonMouse
impl PartialEq for EmulateThreeButtonMouse
Source§fn eq(&self, other: &EmulateThreeButtonMouse) -> bool
fn eq(&self, other: &EmulateThreeButtonMouse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmulateThreeButtonMouse
Auto Trait Implementations§
impl !Send for EmulateThreeButtonMouse
impl !Sync for EmulateThreeButtonMouse
impl Freeze for EmulateThreeButtonMouse
impl RefUnwindSafe for EmulateThreeButtonMouse
impl Unpin for EmulateThreeButtonMouse
impl UnsafeUnpin for EmulateThreeButtonMouse
impl UnwindSafe for EmulateThreeButtonMouse
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