pub enum BitsPerChannel {
B8,
B16,
}Variants§
Trait Implementations§
Source§impl Clone for BitsPerChannel
impl Clone for BitsPerChannel
Source§fn clone(&self) -> BitsPerChannel
fn clone(&self) -> BitsPerChannel
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 BitsPerChannel
impl Debug for BitsPerChannel
Source§impl PartialEq for BitsPerChannel
impl PartialEq for BitsPerChannel
impl Copy for BitsPerChannel
impl Eq for BitsPerChannel
impl StructuralPartialEq for BitsPerChannel
Auto Trait Implementations§
impl Freeze for BitsPerChannel
impl RefUnwindSafe for BitsPerChannel
impl Send for BitsPerChannel
impl Sync for BitsPerChannel
impl Unpin for BitsPerChannel
impl UnwindSafe for BitsPerChannel
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