#[repr(transparent)]pub struct CompositionLayerSecureContentFlagsFB(_);Expand description
Implementations
sourceimpl CompositionLayerSecureContentFlagsFB
impl CompositionLayerSecureContentFlagsFB
sourcepub const EXCLUDE_LAYER: CompositionLayerSecureContentFlagsFB = _
pub const EXCLUDE_LAYER: CompositionLayerSecureContentFlagsFB = _
Indicates the layer will only be visible inside the HMD, and not visible to external sources
sourcepub const REPLACE_LAYER: CompositionLayerSecureContentFlagsFB = _
pub const REPLACE_LAYER: CompositionLayerSecureContentFlagsFB = _
Indicates the layer will be displayed inside the HMD, but replaced by proxy content when written to external sources
sourceimpl CompositionLayerSecureContentFlagsFB
impl CompositionLayerSecureContentFlagsFB
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: CompositionLayerSecureContentFlagsFB) -> bool
sourcepub fn contains(self, other: CompositionLayerSecureContentFlagsFB) -> bool
pub fn contains(self, other: CompositionLayerSecureContentFlagsFB) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
impl BitAnd<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
type Output = CompositionLayerSecureContentFlagsFB
type Output = CompositionLayerSecureContentFlagsFB
The resulting type after applying the
& operator.sourcefn bitand(
self,
rhs: CompositionLayerSecureContentFlagsFB
) -> CompositionLayerSecureContentFlagsFB
fn bitand(
self,
rhs: CompositionLayerSecureContentFlagsFB
) -> CompositionLayerSecureContentFlagsFB
Performs the
& operation. Read moresourceimpl BitAndAssign<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
impl BitAndAssign<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
sourcefn bitand_assign(&mut self, rhs: CompositionLayerSecureContentFlagsFB)
fn bitand_assign(&mut self, rhs: CompositionLayerSecureContentFlagsFB)
Performs the
&= operation. Read moresourceimpl BitOr<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
impl BitOr<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
type Output = CompositionLayerSecureContentFlagsFB
type Output = CompositionLayerSecureContentFlagsFB
The resulting type after applying the
| operator.sourcefn bitor(
self,
rhs: CompositionLayerSecureContentFlagsFB
) -> CompositionLayerSecureContentFlagsFB
fn bitor(
self,
rhs: CompositionLayerSecureContentFlagsFB
) -> CompositionLayerSecureContentFlagsFB
Performs the
| operation. Read moresourceimpl BitOrAssign<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
impl BitOrAssign<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
sourcefn bitor_assign(&mut self, rhs: CompositionLayerSecureContentFlagsFB)
fn bitor_assign(&mut self, rhs: CompositionLayerSecureContentFlagsFB)
Performs the
|= operation. Read moresourceimpl BitXor<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
impl BitXor<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
type Output = CompositionLayerSecureContentFlagsFB
type Output = CompositionLayerSecureContentFlagsFB
The resulting type after applying the
^ operator.sourcefn bitxor(
self,
rhs: CompositionLayerSecureContentFlagsFB
) -> CompositionLayerSecureContentFlagsFB
fn bitxor(
self,
rhs: CompositionLayerSecureContentFlagsFB
) -> CompositionLayerSecureContentFlagsFB
Performs the
^ operation. Read moresourceimpl BitXorAssign<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
impl BitXorAssign<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
sourcefn bitxor_assign(&mut self, rhs: CompositionLayerSecureContentFlagsFB)
fn bitxor_assign(&mut self, rhs: CompositionLayerSecureContentFlagsFB)
Performs the
^= operation. Read moresourceimpl Clone for CompositionLayerSecureContentFlagsFB
impl Clone for CompositionLayerSecureContentFlagsFB
sourcefn clone(&self) -> CompositionLayerSecureContentFlagsFB
fn clone(&self) -> CompositionLayerSecureContentFlagsFB
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 Not for CompositionLayerSecureContentFlagsFB
impl Not for CompositionLayerSecureContentFlagsFB
type Output = CompositionLayerSecureContentFlagsFB
type Output = CompositionLayerSecureContentFlagsFB
The resulting type after applying the
! operator.sourcefn not(self) -> CompositionLayerSecureContentFlagsFB
fn not(self) -> CompositionLayerSecureContentFlagsFB
Performs the unary
! operation. Read moresourceimpl PartialEq<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
impl PartialEq<CompositionLayerSecureContentFlagsFB> for CompositionLayerSecureContentFlagsFB
sourcefn eq(&self, other: &CompositionLayerSecureContentFlagsFB) -> bool
fn eq(&self, other: &CompositionLayerSecureContentFlagsFB) -> bool
impl Copy for CompositionLayerSecureContentFlagsFB
impl Eq for CompositionLayerSecureContentFlagsFB
impl StructuralEq for CompositionLayerSecureContentFlagsFB
impl StructuralPartialEq for CompositionLayerSecureContentFlagsFB
Auto Trait Implementations
impl RefUnwindSafe for CompositionLayerSecureContentFlagsFB
impl Send for CompositionLayerSecureContentFlagsFB
impl Sync for CompositionLayerSecureContentFlagsFB
impl Unpin for CompositionLayerSecureContentFlagsFB
impl UnwindSafe for CompositionLayerSecureContentFlagsFB
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