Struct openxr_sys::ViewStateFlags
source · [−]#[repr(transparent)]pub struct ViewStateFlags(_);Expand description
Implementations
sourceimpl ViewStateFlags
impl ViewStateFlags
sourcepub const ORIENTATION_VALID: ViewStateFlags = _
pub const ORIENTATION_VALID: ViewStateFlags = _
Indicates validity of all XrView orientations
sourcepub const POSITION_VALID: ViewStateFlags = _
pub const POSITION_VALID: ViewStateFlags = _
Indicates validity of all XrView positions
sourcepub const ORIENTATION_TRACKED: ViewStateFlags = _
pub const ORIENTATION_TRACKED: ViewStateFlags = _
Indicates whether all XrView orientations are actively tracked
sourcepub const POSITION_TRACKED: ViewStateFlags = _
pub const POSITION_TRACKED: ViewStateFlags = _
Indicates whether all XrView positions are actively tracked
sourceimpl ViewStateFlags
impl ViewStateFlags
Trait Implementations
sourceimpl BitAnd<ViewStateFlags> for ViewStateFlags
impl BitAnd<ViewStateFlags> for ViewStateFlags
type Output = ViewStateFlags
type Output = ViewStateFlags
The resulting type after applying the
& operator.sourcefn bitand(self, rhs: ViewStateFlags) -> ViewStateFlags
fn bitand(self, rhs: ViewStateFlags) -> ViewStateFlags
Performs the
& operation. Read moresourceimpl BitAndAssign<ViewStateFlags> for ViewStateFlags
impl BitAndAssign<ViewStateFlags> for ViewStateFlags
sourcefn bitand_assign(&mut self, rhs: ViewStateFlags)
fn bitand_assign(&mut self, rhs: ViewStateFlags)
Performs the
&= operation. Read moresourceimpl BitOr<ViewStateFlags> for ViewStateFlags
impl BitOr<ViewStateFlags> for ViewStateFlags
type Output = ViewStateFlags
type Output = ViewStateFlags
The resulting type after applying the
| operator.sourcefn bitor(self, rhs: ViewStateFlags) -> ViewStateFlags
fn bitor(self, rhs: ViewStateFlags) -> ViewStateFlags
Performs the
| operation. Read moresourceimpl BitOrAssign<ViewStateFlags> for ViewStateFlags
impl BitOrAssign<ViewStateFlags> for ViewStateFlags
sourcefn bitor_assign(&mut self, rhs: ViewStateFlags)
fn bitor_assign(&mut self, rhs: ViewStateFlags)
Performs the
|= operation. Read moresourceimpl BitXor<ViewStateFlags> for ViewStateFlags
impl BitXor<ViewStateFlags> for ViewStateFlags
type Output = ViewStateFlags
type Output = ViewStateFlags
The resulting type after applying the
^ operator.sourcefn bitxor(self, rhs: ViewStateFlags) -> ViewStateFlags
fn bitxor(self, rhs: ViewStateFlags) -> ViewStateFlags
Performs the
^ operation. Read moresourceimpl BitXorAssign<ViewStateFlags> for ViewStateFlags
impl BitXorAssign<ViewStateFlags> for ViewStateFlags
sourcefn bitxor_assign(&mut self, rhs: ViewStateFlags)
fn bitxor_assign(&mut self, rhs: ViewStateFlags)
Performs the
^= operation. Read moresourceimpl Clone for ViewStateFlags
impl Clone for ViewStateFlags
sourcefn clone(&self) -> ViewStateFlags
fn clone(&self) -> ViewStateFlags
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 ViewStateFlags
impl Debug for ViewStateFlags
sourceimpl Default for ViewStateFlags
impl Default for ViewStateFlags
sourceimpl Not for ViewStateFlags
impl Not for ViewStateFlags
type Output = ViewStateFlags
type Output = ViewStateFlags
The resulting type after applying the
! operator.sourcefn not(self) -> ViewStateFlags
fn not(self) -> ViewStateFlags
Performs the unary
! operation. Read moresourceimpl PartialEq<ViewStateFlags> for ViewStateFlags
impl PartialEq<ViewStateFlags> for ViewStateFlags
sourcefn eq(&self, other: &ViewStateFlags) -> bool
fn eq(&self, other: &ViewStateFlags) -> bool
impl Copy for ViewStateFlags
impl Eq for ViewStateFlags
impl StructuralEq for ViewStateFlags
impl StructuralPartialEq for ViewStateFlags
Auto Trait Implementations
impl RefUnwindSafe for ViewStateFlags
impl Send for ViewStateFlags
impl Sync for ViewStateFlags
impl Unpin for ViewStateFlags
impl UnwindSafe for ViewStateFlags
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