Struct openxr_sys::PassthroughFlagsFB
source · [−]#[repr(transparent)]pub struct PassthroughFlagsFB(_);Expand description
Implementations
sourceimpl PassthroughFlagsFB
impl PassthroughFlagsFB
sourcepub const IS_RUNNING_AT_CREATION: PassthroughFlagsFB = _
pub const IS_RUNNING_AT_CREATION: PassthroughFlagsFB = _
The object (passthrough, layer) is running at creation.
sourcepub const LAYER_DEPTH: PassthroughFlagsFB = _
pub const LAYER_DEPTH: PassthroughFlagsFB = _
The passthrough system sends depth information to the compositor. Only applicable to layer objects.
sourceimpl PassthroughFlagsFB
impl PassthroughFlagsFB
pub const EMPTY: Self = _
pub fn from_raw(x: u64) -> Self
pub fn into_raw(self) -> u64
pub fn is_empty(self) -> bool
pub fn intersects(self, other: PassthroughFlagsFB) -> bool
sourcepub fn contains(self, other: PassthroughFlagsFB) -> bool
pub fn contains(self, other: PassthroughFlagsFB) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<PassthroughFlagsFB> for PassthroughFlagsFB
impl BitAnd<PassthroughFlagsFB> for PassthroughFlagsFB
type Output = PassthroughFlagsFB
type Output = PassthroughFlagsFB
The resulting type after applying the
& operator.sourcefn bitand(self, rhs: PassthroughFlagsFB) -> PassthroughFlagsFB
fn bitand(self, rhs: PassthroughFlagsFB) -> PassthroughFlagsFB
Performs the
& operation. Read moresourceimpl BitAndAssign<PassthroughFlagsFB> for PassthroughFlagsFB
impl BitAndAssign<PassthroughFlagsFB> for PassthroughFlagsFB
sourcefn bitand_assign(&mut self, rhs: PassthroughFlagsFB)
fn bitand_assign(&mut self, rhs: PassthroughFlagsFB)
Performs the
&= operation. Read moresourceimpl BitOr<PassthroughFlagsFB> for PassthroughFlagsFB
impl BitOr<PassthroughFlagsFB> for PassthroughFlagsFB
type Output = PassthroughFlagsFB
type Output = PassthroughFlagsFB
The resulting type after applying the
| operator.sourcefn bitor(self, rhs: PassthroughFlagsFB) -> PassthroughFlagsFB
fn bitor(self, rhs: PassthroughFlagsFB) -> PassthroughFlagsFB
Performs the
| operation. Read moresourceimpl BitOrAssign<PassthroughFlagsFB> for PassthroughFlagsFB
impl BitOrAssign<PassthroughFlagsFB> for PassthroughFlagsFB
sourcefn bitor_assign(&mut self, rhs: PassthroughFlagsFB)
fn bitor_assign(&mut self, rhs: PassthroughFlagsFB)
Performs the
|= operation. Read moresourceimpl BitXor<PassthroughFlagsFB> for PassthroughFlagsFB
impl BitXor<PassthroughFlagsFB> for PassthroughFlagsFB
type Output = PassthroughFlagsFB
type Output = PassthroughFlagsFB
The resulting type after applying the
^ operator.sourcefn bitxor(self, rhs: PassthroughFlagsFB) -> PassthroughFlagsFB
fn bitxor(self, rhs: PassthroughFlagsFB) -> PassthroughFlagsFB
Performs the
^ operation. Read moresourceimpl BitXorAssign<PassthroughFlagsFB> for PassthroughFlagsFB
impl BitXorAssign<PassthroughFlagsFB> for PassthroughFlagsFB
sourcefn bitxor_assign(&mut self, rhs: PassthroughFlagsFB)
fn bitxor_assign(&mut self, rhs: PassthroughFlagsFB)
Performs the
^= operation. Read moresourceimpl Clone for PassthroughFlagsFB
impl Clone for PassthroughFlagsFB
sourcefn clone(&self) -> PassthroughFlagsFB
fn clone(&self) -> PassthroughFlagsFB
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 PassthroughFlagsFB
impl Debug for PassthroughFlagsFB
sourceimpl Default for PassthroughFlagsFB
impl Default for PassthroughFlagsFB
sourceimpl Not for PassthroughFlagsFB
impl Not for PassthroughFlagsFB
type Output = PassthroughFlagsFB
type Output = PassthroughFlagsFB
The resulting type after applying the
! operator.sourcefn not(self) -> PassthroughFlagsFB
fn not(self) -> PassthroughFlagsFB
Performs the unary
! operation. Read moresourceimpl PartialEq<PassthroughFlagsFB> for PassthroughFlagsFB
impl PartialEq<PassthroughFlagsFB> for PassthroughFlagsFB
sourcefn eq(&self, other: &PassthroughFlagsFB) -> bool
fn eq(&self, other: &PassthroughFlagsFB) -> bool
impl Copy for PassthroughFlagsFB
impl Eq for PassthroughFlagsFB
impl StructuralEq for PassthroughFlagsFB
impl StructuralPartialEq for PassthroughFlagsFB
Auto Trait Implementations
impl RefUnwindSafe for PassthroughFlagsFB
impl Send for PassthroughFlagsFB
impl Sync for PassthroughFlagsFB
impl Unpin for PassthroughFlagsFB
impl UnwindSafe for PassthroughFlagsFB
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