pub struct XRButton {
pub value: f32,
pub pressed: bool,
}Fields§
§value: f32§pressed: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for XRButton
impl RefUnwindSafe for XRButton
impl Send for XRButton
impl Sync for XRButton
impl Unpin for XRButton
impl UnwindSafe for XRButton
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