#[repr(C)]pub struct affineui_event {}Fields§
§type: c_int§x: c_int§y: c_int§wheel_dx: c_float§wheel_dy: c_float§key: c_int§key_code: c_int§text: *const c_char§shift: c_int§ctrl: c_int§alt: c_int§super_key: c_intTrait Implementations§
Source§impl Clone for affineui_event
impl Clone for affineui_event
Source§fn clone(&self) -> affineui_event
fn clone(&self) -> affineui_event
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 affineui_event
Auto Trait Implementations§
impl !Send for affineui_event
impl !Sync for affineui_event
impl Freeze for affineui_event
impl RefUnwindSafe for affineui_event
impl Unpin for affineui_event
impl UnsafeUnpin for affineui_event
impl UnwindSafe for affineui_event
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