pub struct AuxiliaryImagesFilter(/* private fields */);
Implementations§
Source§impl AuxiliaryImagesFilter
impl AuxiliaryImagesFilter
pub const OMIT_ALPHA: Self
pub const OMIT_DEPTH: Self
pub const fn new() -> Self
pub const fn is_omit_alpha(&self) -> bool
Sourcepub const fn omit_alpha(self) -> Self
pub const fn omit_alpha(self) -> Self
Adds a flag to the filter to exclude auxiliary images that are an alpha channel.
pub const fn is_omit_depth(&self) -> bool
Sourcepub const fn omit_depth(self) -> Self
pub const fn omit_depth(self) -> Self
Adds a flag to the filter to exclude auxiliary images that are a depth channel.
Trait Implementations§
Source§impl Clone for AuxiliaryImagesFilter
impl Clone for AuxiliaryImagesFilter
Source§fn clone(&self) -> AuxiliaryImagesFilter
fn clone(&self) -> AuxiliaryImagesFilter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for AuxiliaryImagesFilter
impl Default for AuxiliaryImagesFilter
Source§fn default() -> AuxiliaryImagesFilter
fn default() -> AuxiliaryImagesFilter
Returns the “default value” for a type. Read more
impl Copy for AuxiliaryImagesFilter
Auto Trait Implementations§
impl Freeze for AuxiliaryImagesFilter
impl RefUnwindSafe for AuxiliaryImagesFilter
impl Send for AuxiliaryImagesFilter
impl Sync for AuxiliaryImagesFilter
impl Unpin for AuxiliaryImagesFilter
impl UnwindSafe for AuxiliaryImagesFilter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more