Enum touptek::SamplingMode [] [src]

#[repr(i32)]
pub enum SamplingMode { Bin, Skip, }

Variants

Trait Implementations

impl Copy for SamplingMode
[src]

impl Clone for SamplingMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SamplingMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SamplingMode
[src]

impl Debug for SamplingMode
[src]

Formats the value using the given formatter.