#[repr(C)]pub struct b3MouseEvent {
pub m_eventType: c_int,
pub m_mousePosX: f32,
pub m_mousePosY: f32,
pub m_buttonIndex: c_int,
pub m_buttonState: c_int,
}Fields§
§m_eventType: c_int§m_mousePosX: f32§m_mousePosY: f32Trait Implementations§
Source§impl Clone for b3MouseEvent
impl Clone for b3MouseEvent
Source§fn clone(&self) -> b3MouseEvent
fn clone(&self) -> b3MouseEvent
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 b3MouseEvent
impl Debug for b3MouseEvent
impl Copy for b3MouseEvent
Auto Trait Implementations§
impl Freeze for b3MouseEvent
impl RefUnwindSafe for b3MouseEvent
impl Send for b3MouseEvent
impl Sync for b3MouseEvent
impl Unpin for b3MouseEvent
impl UnwindSafe for b3MouseEvent
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