#[repr(transparent)]pub struct CompositionLayerImageLayoutFlagsFB(_);Expand description
Implementations
sourceimpl CompositionLayerImageLayoutFlagsFB
impl CompositionLayerImageLayoutFlagsFB
sourcepub const VERTICAL_FLIP: CompositionLayerImageLayoutFlagsFB = _
pub const VERTICAL_FLIP: CompositionLayerImageLayoutFlagsFB = _
The coordinate origin of the swapchain image must be considered to be flipped vertically.
sourceimpl CompositionLayerImageLayoutFlagsFB
impl CompositionLayerImageLayoutFlagsFB
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: CompositionLayerImageLayoutFlagsFB) -> bool
sourcepub fn contains(self, other: CompositionLayerImageLayoutFlagsFB) -> bool
pub fn contains(self, other: CompositionLayerImageLayoutFlagsFB) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
impl BitAnd<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
type Output = CompositionLayerImageLayoutFlagsFB
type Output = CompositionLayerImageLayoutFlagsFB
The resulting type after applying the
& operator.sourcefn bitand(
self,
rhs: CompositionLayerImageLayoutFlagsFB
) -> CompositionLayerImageLayoutFlagsFB
fn bitand(
self,
rhs: CompositionLayerImageLayoutFlagsFB
) -> CompositionLayerImageLayoutFlagsFB
Performs the
& operation. Read moresourceimpl BitAndAssign<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
impl BitAndAssign<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
sourcefn bitand_assign(&mut self, rhs: CompositionLayerImageLayoutFlagsFB)
fn bitand_assign(&mut self, rhs: CompositionLayerImageLayoutFlagsFB)
Performs the
&= operation. Read moresourceimpl BitOr<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
impl BitOr<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
type Output = CompositionLayerImageLayoutFlagsFB
type Output = CompositionLayerImageLayoutFlagsFB
The resulting type after applying the
| operator.sourcefn bitor(
self,
rhs: CompositionLayerImageLayoutFlagsFB
) -> CompositionLayerImageLayoutFlagsFB
fn bitor(
self,
rhs: CompositionLayerImageLayoutFlagsFB
) -> CompositionLayerImageLayoutFlagsFB
Performs the
| operation. Read moresourceimpl BitOrAssign<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
impl BitOrAssign<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
sourcefn bitor_assign(&mut self, rhs: CompositionLayerImageLayoutFlagsFB)
fn bitor_assign(&mut self, rhs: CompositionLayerImageLayoutFlagsFB)
Performs the
|= operation. Read moresourceimpl BitXor<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
impl BitXor<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
type Output = CompositionLayerImageLayoutFlagsFB
type Output = CompositionLayerImageLayoutFlagsFB
The resulting type after applying the
^ operator.sourcefn bitxor(
self,
rhs: CompositionLayerImageLayoutFlagsFB
) -> CompositionLayerImageLayoutFlagsFB
fn bitxor(
self,
rhs: CompositionLayerImageLayoutFlagsFB
) -> CompositionLayerImageLayoutFlagsFB
Performs the
^ operation. Read moresourceimpl BitXorAssign<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
impl BitXorAssign<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
sourcefn bitxor_assign(&mut self, rhs: CompositionLayerImageLayoutFlagsFB)
fn bitxor_assign(&mut self, rhs: CompositionLayerImageLayoutFlagsFB)
Performs the
^= operation. Read moresourceimpl Clone for CompositionLayerImageLayoutFlagsFB
impl Clone for CompositionLayerImageLayoutFlagsFB
sourcefn clone(&self) -> CompositionLayerImageLayoutFlagsFB
fn clone(&self) -> CompositionLayerImageLayoutFlagsFB
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 CompositionLayerImageLayoutFlagsFB
impl Not for CompositionLayerImageLayoutFlagsFB
type Output = CompositionLayerImageLayoutFlagsFB
type Output = CompositionLayerImageLayoutFlagsFB
The resulting type after applying the
! operator.sourcefn not(self) -> CompositionLayerImageLayoutFlagsFB
fn not(self) -> CompositionLayerImageLayoutFlagsFB
Performs the unary
! operation. Read moresourceimpl PartialEq<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
impl PartialEq<CompositionLayerImageLayoutFlagsFB> for CompositionLayerImageLayoutFlagsFB
sourcefn eq(&self, other: &CompositionLayerImageLayoutFlagsFB) -> bool
fn eq(&self, other: &CompositionLayerImageLayoutFlagsFB) -> bool
impl Copy for CompositionLayerImageLayoutFlagsFB
impl Eq for CompositionLayerImageLayoutFlagsFB
impl StructuralEq for CompositionLayerImageLayoutFlagsFB
impl StructuralPartialEq for CompositionLayerImageLayoutFlagsFB
Auto Trait Implementations
impl RefUnwindSafe for CompositionLayerImageLayoutFlagsFB
impl Send for CompositionLayerImageLayoutFlagsFB
impl Sync for CompositionLayerImageLayoutFlagsFB
impl Unpin for CompositionLayerImageLayoutFlagsFB
impl UnwindSafe for CompositionLayerImageLayoutFlagsFB
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