#[repr(i32)]pub enum VkSamplerReductionMode {
WeightedAverage = 0,
Min = 1,
Max = 2,
}Expand description
Wrapper for VkSamplerReductionMode.
Variants§
Trait Implementations§
Source§impl Clone for VkSamplerReductionMode
impl Clone for VkSamplerReductionMode
Source§fn clone(&self) -> VkSamplerReductionMode
fn clone(&self) -> VkSamplerReductionMode
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 VkSamplerReductionMode
impl Debug for VkSamplerReductionMode
Source§impl Default for VkSamplerReductionMode
impl Default for VkSamplerReductionMode
Source§fn default() -> VkSamplerReductionMode
fn default() -> VkSamplerReductionMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for VkSamplerReductionMode
impl PartialEq for VkSamplerReductionMode
impl Copy for VkSamplerReductionMode
impl StructuralPartialEq for VkSamplerReductionMode
Auto Trait Implementations§
impl Freeze for VkSamplerReductionMode
impl RefUnwindSafe for VkSamplerReductionMode
impl Send for VkSamplerReductionMode
impl Sync for VkSamplerReductionMode
impl Unpin for VkSamplerReductionMode
impl UnwindSafe for VkSamplerReductionMode
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