Struct SignalsInOpenXrInterface
pub struct SignalsInOpenXrInterface<'c> { /* private fields */ }
Expand description
A collection of signals for the OpenXrInterface
class.
Implementations§
§impl<'c> SignalsInOpenXrInterface<'c>
impl<'c> SignalsInOpenXrInterface<'c>
pub fn session_begun(&mut self) -> SigSessionBegun<'c>
pub fn session_begun(&mut self) -> SigSessionBegun<'c>
Signature: ()
pub fn session_stopping(&mut self) -> SigSessionStopping<'c>
pub fn session_stopping(&mut self) -> SigSessionStopping<'c>
Signature: ()
pub fn session_focussed(&mut self) -> SigSessionFocussed<'c>
pub fn session_focussed(&mut self) -> SigSessionFocussed<'c>
Signature: ()
pub fn session_visible(&mut self) -> SigSessionVisible<'c>
pub fn session_visible(&mut self) -> SigSessionVisible<'c>
Signature: ()
pub fn session_loss_pending(&mut self) -> SigSessionLossPending<'c>
pub fn session_loss_pending(&mut self) -> SigSessionLossPending<'c>
Signature: ()
pub fn instance_exiting(&mut self) -> SigInstanceExiting<'c>
pub fn instance_exiting(&mut self) -> SigInstanceExiting<'c>
Signature: ()
pub fn pose_recentered(&mut self) -> SigPoseRecentered<'c>
pub fn pose_recentered(&mut self) -> SigPoseRecentered<'c>
Signature: ()
pub fn refresh_rate_changed(&mut self) -> SigRefreshRateChanged<'c>
pub fn refresh_rate_changed(&mut self) -> SigRefreshRateChanged<'c>
Signature: (refresh_rate: f64)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInOpenXrInterface<'c>
impl<'c> RefUnwindSafe for SignalsInOpenXrInterface<'c>
impl<'c> !Send for SignalsInOpenXrInterface<'c>
impl<'c> !Sync for SignalsInOpenXrInterface<'c>
impl<'c> Unpin for SignalsInOpenXrInterface<'c>
impl<'c> !UnwindSafe for SignalsInOpenXrInterface<'c>
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