Struct openxr_sys::SessionState
source · [−]#[repr(transparent)]pub struct SessionState(_);Expand description
See XrSessionState
Implementations
sourceimpl SessionState
impl SessionState
pub const UNKNOWN: SessionState = _
pub const IDLE: SessionState = _
pub const READY: SessionState = _
pub const SYNCHRONIZED: SessionState = _
pub const VISIBLE: SessionState = _
pub const FOCUSED: SessionState = _
pub const STOPPING: SessionState = _
pub const LOSS_PENDING: SessionState = _
pub const EXITING: SessionState = _
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations
sourceimpl Clone for SessionState
impl Clone for SessionState
sourcefn clone(&self) -> SessionState
fn clone(&self) -> SessionState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SessionState
impl Debug for SessionState
sourceimpl PartialEq<SessionState> for SessionState
impl PartialEq<SessionState> for SessionState
sourcefn eq(&self, other: &SessionState) -> bool
fn eq(&self, other: &SessionState) -> bool
impl Copy for SessionState
impl Eq for SessionState
impl StructuralEq for SessionState
impl StructuralPartialEq for SessionState
Auto Trait Implementations
impl RefUnwindSafe for SessionState
impl Send for SessionState
impl Sync for SessionState
impl Unpin for SessionState
impl UnwindSafe for SessionState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more