#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EmulateThreeButtonMouse
impl Debug for EmulateThreeButtonMouse
impl Copy for EmulateThreeButtonMouse
Auto Trait Implementations§
impl Freeze for EmulateThreeButtonMouse
impl RefUnwindSafe for EmulateThreeButtonMouse
impl !Send for EmulateThreeButtonMouse
impl !Sync for EmulateThreeButtonMouse
impl Unpin 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