[−][src]Struct bedrock::resources::AspectMask
Bitmask specifying which aspects of an image are included in a view
Methods
impl AspectMask[src]
pub const COLOR: Self[src]
The color aspect
pub const DEPTH: Self[src]
The depth aspect
pub const STENCIL: Self[src]
The stencil aspect
pub const METADATA: Self[src]
The metadata aspect, used for sparse sparse resource operations
pub fn color(self) -> Self[src]
The color aspect
pub fn depth(self) -> Self[src]
The depth aspect
pub fn stencil(self) -> Self[src]
The stencil aspect
pub fn metadata(self) -> Self[src]
The metadata aspect, used for sparse sparse resource oeprations
Trait Implementations
impl Clone for AspectMask[src]
fn clone(&self) -> AspectMask[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AspectMask[src]
impl Debug for AspectMask[src]
impl Eq for AspectMask[src]
impl PartialEq<AspectMask> for AspectMask[src]
fn eq(&self, other: &AspectMask) -> bool[src]
fn ne(&self, other: &AspectMask) -> bool[src]
impl StructuralEq for AspectMask[src]
impl StructuralPartialEq for AspectMask[src]
Auto Trait Implementations
impl RefUnwindSafe for AspectMask
impl Send for AspectMask
impl Sync for AspectMask
impl Unpin for AspectMask
impl UnwindSafe for AspectMask
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,