Enum skia_bindings::SkImages_BitDepth
source · #[repr(i32)]pub enum SkImages_BitDepth {
U8,
F16,
}
Variants§
Trait Implementations§
source§impl Clone for SkImages_BitDepth
impl Clone for SkImages_BitDepth
source§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 moresource§impl Debug for SkImages_BitDepth
impl Debug for SkImages_BitDepth
source§impl Hash for SkImages_BitDepth
impl Hash for SkImages_BitDepth
source§impl PartialEq<SkImages_BitDepth> for SkImages_BitDepth
impl PartialEq<SkImages_BitDepth> for SkImages_BitDepth
source§fn eq(&self, other: &SkImages_BitDepth) -> bool
fn eq(&self, other: &SkImages_BitDepth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkImages_BitDepth
impl Eq for SkImages_BitDepth
impl StructuralEq for SkImages_BitDepth
impl StructuralPartialEq for SkImages_BitDepth
Auto Trait Implementations§
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