Enum BitDepth
#[repr(i32)]pub enum BitDepth {
U8 = 0,
F16 = 1,
}
Variants§
Trait Implementations§
§impl Clone for SkImages_BitDepth
impl Clone for SkImages_BitDepth
§fn clone(&self) -> SkImages_BitDepth
fn clone(&self) -> SkImages_BitDepth
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 more§impl Debug for SkImages_BitDepth
impl Debug for SkImages_BitDepth
§impl Hash for SkImages_BitDepth
impl Hash for SkImages_BitDepth
§impl PartialEq for SkImages_BitDepth
impl PartialEq for SkImages_BitDepth
impl Copy for SkImages_BitDepth
impl Eq for SkImages_BitDepth
impl StructuralPartialEq for SkImages_BitDepth
Auto Trait Implementations§
impl Freeze for SkImages_BitDepth
impl RefUnwindSafe for SkImages_BitDepth
impl Send for SkImages_BitDepth
impl Sync for SkImages_BitDepth
impl Unpin for SkImages_BitDepth
impl UnwindSafe for SkImages_BitDepth
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