#[repr(transparent)]pub struct MTLSamplerReductionMode(pub NSUInteger);Available on crate feature
MTLSampler only.Expand description
Configures how the sampler aggregates contributing samples to a final value.
See also Apple’s documentation
Tuple Fields§
§0: NSUIntegerImplementations§
Source§impl MTLSamplerReductionMode
impl MTLSamplerReductionMode
Sourcepub const WeightedAverage: Self
pub const WeightedAverage: Self
A reduction mode that adds together the product of each contributing sample value by its weight.
Trait Implementations§
Source§impl Clone for MTLSamplerReductionMode
impl Clone for MTLSamplerReductionMode
Source§fn clone(&self) -> MTLSamplerReductionMode
fn clone(&self) -> MTLSamplerReductionMode
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 Debug for MTLSamplerReductionMode
impl Debug for MTLSamplerReductionMode
Source§impl Encode for MTLSamplerReductionMode
impl Encode for MTLSamplerReductionMode
Source§impl Hash for MTLSamplerReductionMode
impl Hash for MTLSamplerReductionMode
Source§impl Ord for MTLSamplerReductionMode
impl Ord for MTLSamplerReductionMode
Source§fn cmp(&self, other: &MTLSamplerReductionMode) -> Ordering
fn cmp(&self, other: &MTLSamplerReductionMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MTLSamplerReductionMode
impl PartialEq for MTLSamplerReductionMode
Source§impl PartialOrd for MTLSamplerReductionMode
impl PartialOrd for MTLSamplerReductionMode
Source§impl RefEncode for MTLSamplerReductionMode
impl RefEncode for MTLSamplerReductionMode
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for MTLSamplerReductionMode
impl Eq for MTLSamplerReductionMode
impl StructuralPartialEq for MTLSamplerReductionMode
Auto Trait Implementations§
impl Freeze for MTLSamplerReductionMode
impl RefUnwindSafe for MTLSamplerReductionMode
impl Send for MTLSamplerReductionMode
impl Sync for MTLSamplerReductionMode
impl Unpin for MTLSamplerReductionMode
impl UnwindSafe for MTLSamplerReductionMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.