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