#[repr(u32)]pub enum IndexBitDepth {
UInt8 = 8,
UInt16 = 16,
UInt32 = 32,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IndexBitDepth
impl Clone for IndexBitDepth
Source§fn clone(&self) -> IndexBitDepth
fn clone(&self) -> IndexBitDepth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IndexBitDepth
impl Debug for IndexBitDepth
Source§impl PartialEq for IndexBitDepth
impl PartialEq for IndexBitDepth
Source§fn eq(&self, other: &IndexBitDepth) -> bool
fn eq(&self, other: &IndexBitDepth) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IndexBitDepth
impl Eq for IndexBitDepth
impl StructuralPartialEq for IndexBitDepth
Auto Trait Implementations§
impl Freeze for IndexBitDepth
impl RefUnwindSafe for IndexBitDepth
impl Send for IndexBitDepth
impl Sync for IndexBitDepth
impl Unpin for IndexBitDepth
impl UnsafeUnpin for IndexBitDepth
impl UnwindSafe for IndexBitDepth
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