Enum png::BitDepth [−][src]
#[repr(u8)] pub enum BitDepth { One, Two, Four, Eight, Sixteen, }
Bit depth of the png file
Variants
Implementations
impl BitDepth
[src]
impl BitDepth
[src]#[repr(u8)] pub enum BitDepth { One, Two, Four, Eight, Sixteen, }
Bit depth of the png file
impl BitDepth
[src]impl Copy for BitDepth
[src]impl Eq for BitDepth
[src]impl StructuralEq for BitDepth
[src]impl StructuralPartialEq for BitDepth
[src]impl RefUnwindSafe for BitDepth
impl Send for BitDepth
impl Sync for BitDepth
impl Unpin for BitDepth
impl UnwindSafe for BitDepth