Struct webxr_api::mock::MockButton
source · pub struct MockButton {
pub button_type: MockButtonType,
pub pressed: bool,
pub touched: bool,
pub pressed_value: f32,
pub x_value: f32,
pub y_value: f32,
}
Fields§
§pressed: bool
§touched: bool
§pressed_value: f32
§x_value: f32
§y_value: f32
Trait Implementations§
source§impl Clone for MockButton
impl Clone for MockButton
source§fn clone(&self) -> MockButton
fn clone(&self) -> MockButton
Returns a copy 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 MockButton
impl Debug for MockButton
source§impl<'de> Deserialize<'de> for MockButton
impl<'de> Deserialize<'de> for MockButton
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MockButton
impl RefUnwindSafe for MockButton
impl Send for MockButton
impl Sync for MockButton
impl Unpin for MockButton
impl UnwindSafe for MockButton
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