#[repr(transparent)]pub struct CompositionLayerSettingsFlagsFB(_);Expand description
Implementations
sourceimpl CompositionLayerSettingsFlagsFB
impl CompositionLayerSettingsFlagsFB
sourcepub const NORMAL_SUPER_SAMPLING: CompositionLayerSettingsFlagsFB = _
pub const NORMAL_SUPER_SAMPLING: CompositionLayerSettingsFlagsFB = _
Indicates compositor may: use layer texture supersampling.
sourcepub const QUALITY_SUPER_SAMPLING: CompositionLayerSettingsFlagsFB = _
pub const QUALITY_SUPER_SAMPLING: CompositionLayerSettingsFlagsFB = _
Indicates compositor may: use high quality layer texture supersampling.
sourcepub const NORMAL_SHARPENING: CompositionLayerSettingsFlagsFB = _
pub const NORMAL_SHARPENING: CompositionLayerSettingsFlagsFB = _
Indicates compositor may: use layer texture sharpening.
sourcepub const QUALITY_SHARPENING: CompositionLayerSettingsFlagsFB = _
pub const QUALITY_SHARPENING: CompositionLayerSettingsFlagsFB = _
Indicates compositor may: use high quality layer texture sharpening.
sourceimpl CompositionLayerSettingsFlagsFB
impl CompositionLayerSettingsFlagsFB
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: CompositionLayerSettingsFlagsFB) -> bool
sourcepub fn contains(self, other: CompositionLayerSettingsFlagsFB) -> bool
pub fn contains(self, other: CompositionLayerSettingsFlagsFB) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
impl BitAnd<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
type Output = CompositionLayerSettingsFlagsFB
type Output = CompositionLayerSettingsFlagsFB
The resulting type after applying the
& operator.sourcefn bitand(
self,
rhs: CompositionLayerSettingsFlagsFB
) -> CompositionLayerSettingsFlagsFB
fn bitand(
self,
rhs: CompositionLayerSettingsFlagsFB
) -> CompositionLayerSettingsFlagsFB
Performs the
& operation. Read moresourceimpl BitAndAssign<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
impl BitAndAssign<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
sourcefn bitand_assign(&mut self, rhs: CompositionLayerSettingsFlagsFB)
fn bitand_assign(&mut self, rhs: CompositionLayerSettingsFlagsFB)
Performs the
&= operation. Read moresourceimpl BitOr<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
impl BitOr<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
type Output = CompositionLayerSettingsFlagsFB
type Output = CompositionLayerSettingsFlagsFB
The resulting type after applying the
| operator.sourcefn bitor(
self,
rhs: CompositionLayerSettingsFlagsFB
) -> CompositionLayerSettingsFlagsFB
fn bitor(
self,
rhs: CompositionLayerSettingsFlagsFB
) -> CompositionLayerSettingsFlagsFB
Performs the
| operation. Read moresourceimpl BitOrAssign<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
impl BitOrAssign<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
sourcefn bitor_assign(&mut self, rhs: CompositionLayerSettingsFlagsFB)
fn bitor_assign(&mut self, rhs: CompositionLayerSettingsFlagsFB)
Performs the
|= operation. Read moresourceimpl BitXor<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
impl BitXor<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
type Output = CompositionLayerSettingsFlagsFB
type Output = CompositionLayerSettingsFlagsFB
The resulting type after applying the
^ operator.sourcefn bitxor(
self,
rhs: CompositionLayerSettingsFlagsFB
) -> CompositionLayerSettingsFlagsFB
fn bitxor(
self,
rhs: CompositionLayerSettingsFlagsFB
) -> CompositionLayerSettingsFlagsFB
Performs the
^ operation. Read moresourceimpl BitXorAssign<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
impl BitXorAssign<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
sourcefn bitxor_assign(&mut self, rhs: CompositionLayerSettingsFlagsFB)
fn bitxor_assign(&mut self, rhs: CompositionLayerSettingsFlagsFB)
Performs the
^= operation. Read moresourceimpl Clone for CompositionLayerSettingsFlagsFB
impl Clone for CompositionLayerSettingsFlagsFB
sourcefn clone(&self) -> CompositionLayerSettingsFlagsFB
fn clone(&self) -> CompositionLayerSettingsFlagsFB
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 CompositionLayerSettingsFlagsFB
impl Not for CompositionLayerSettingsFlagsFB
type Output = CompositionLayerSettingsFlagsFB
type Output = CompositionLayerSettingsFlagsFB
The resulting type after applying the
! operator.sourcefn not(self) -> CompositionLayerSettingsFlagsFB
fn not(self) -> CompositionLayerSettingsFlagsFB
Performs the unary
! operation. Read moresourceimpl PartialEq<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
impl PartialEq<CompositionLayerSettingsFlagsFB> for CompositionLayerSettingsFlagsFB
sourcefn eq(&self, other: &CompositionLayerSettingsFlagsFB) -> bool
fn eq(&self, other: &CompositionLayerSettingsFlagsFB) -> bool
impl Copy for CompositionLayerSettingsFlagsFB
impl Eq for CompositionLayerSettingsFlagsFB
impl StructuralEq for CompositionLayerSettingsFlagsFB
impl StructuralPartialEq for CompositionLayerSettingsFlagsFB
Auto Trait Implementations
impl RefUnwindSafe for CompositionLayerSettingsFlagsFB
impl Send for CompositionLayerSettingsFlagsFB
impl Sync for CompositionLayerSettingsFlagsFB
impl Unpin for CompositionLayerSettingsFlagsFB
impl UnwindSafe for CompositionLayerSettingsFlagsFB
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