pub enum BitDepthBits {
One,
Eight,
Sixteen,
SixteenS,
SixteenF,
ThirtyTwo,
ThirtyTwoS,
ThirtyTwoF,
Five,
Ten,
FiveSixFive,
OneAlt,
}
Variants§
Trait Implementations§
Source§impl Clone for BitDepthBits
impl Clone for BitDepthBits
Source§fn clone(&self) -> BitDepthBits
fn clone(&self) -> BitDepthBits
Returns a copy 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 BitDepthBits
impl Debug for BitDepthBits
Source§impl PartialEq for BitDepthBits
impl PartialEq for BitDepthBits
impl Copy for BitDepthBits
impl Eq for BitDepthBits
impl StructuralPartialEq for BitDepthBits
Auto Trait Implementations§
impl Freeze for BitDepthBits
impl RefUnwindSafe for BitDepthBits
impl Send for BitDepthBits
impl Sync for BitDepthBits
impl Unpin for BitDepthBits
impl UnwindSafe for BitDepthBits
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