pub struct XrState {
pub time: f64,
pub head_pose: Pose,
pub order_counter: u8,
pub anchor: Option<XrAnchor>,
pub left_controller: XrController,
pub right_controller: XrController,
pub left_hand: XrHand,
pub right_hand: XrHand,
}
Fields§
§time: f64
§head_pose: Pose
§order_counter: u8
§anchor: Option<XrAnchor>
§left_controller: XrController
§right_controller: XrController
§left_hand: XrHand
§right_hand: XrHand
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XrState
impl RefUnwindSafe for XrState
impl Send for XrState
impl Sync for XrState
impl Unpin for XrState
impl UnwindSafe for XrState
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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