#[repr(C)]pub struct WbMouseState {
pub u: f64,
pub v: f64,
pub x: f64,
pub y: f64,
pub z: f64,
pub left: c_char,
pub middle: c_char,
pub right: c_char,
}Fields§
§u: f64§v: f64§x: f64§y: f64§z: f64§left: c_char§middle: c_char§right: c_charTrait Implementations§
Source§impl Clone for WbMouseState
impl Clone for WbMouseState
Source§fn clone(&self) -> WbMouseState
fn clone(&self) -> WbMouseState
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 WbMouseState
impl Debug for WbMouseState
impl Copy for WbMouseState
Auto Trait Implementations§
impl Freeze for WbMouseState
impl RefUnwindSafe for WbMouseState
impl Send for WbMouseState
impl Sync for WbMouseState
impl Unpin for WbMouseState
impl UnwindSafe for WbMouseState
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