Struct webxr_api::mock::MockInputInit
source · pub struct MockInputInit {
pub source: InputSource,
pub pointer_origin: Option<RigidTransform3D<f32, Input, Native>>,
pub grip_origin: Option<RigidTransform3D<f32, Input, Native>>,
pub supported_buttons: Vec<MockButton>,
}
Fields§
§source: InputSource
§pointer_origin: Option<RigidTransform3D<f32, Input, Native>>
§grip_origin: Option<RigidTransform3D<f32, Input, Native>>
Trait Implementations§
source§impl Clone for MockInputInit
impl Clone for MockInputInit
source§fn clone(&self) -> MockInputInit
fn clone(&self) -> MockInputInit
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 MockInputInit
impl Debug for MockInputInit
source§impl<'de> Deserialize<'de> for MockInputInit
impl<'de> Deserialize<'de> for MockInputInit
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 MockInputInit
impl RefUnwindSafe for MockInputInit
impl Send for MockInputInit
impl Sync for MockInputInit
impl Unpin for MockInputInit
impl UnwindSafe for MockInputInit
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