Skip to main content

BitDepth

Type Alias BitDepth 

Source
pub type BitDepth = NonZero<u32>;
Expand description

Number of bits per sample. Can never be zero.

Aliased Typeยง

pub struct BitDepth(/* private fields */);