Enum skia_bindings::SkPixelGeometry
source · #[repr(u32)]pub enum SkPixelGeometry {
kUnknown_SkPixelGeometry,
kRGB_H_SkPixelGeometry,
kBGR_H_SkPixelGeometry,
kRGB_V_SkPixelGeometry,
kBGR_V_SkPixelGeometry,
}
Variants§
kUnknown_SkPixelGeometry
kRGB_H_SkPixelGeometry
kBGR_H_SkPixelGeometry
kRGB_V_SkPixelGeometry
kBGR_V_SkPixelGeometry
Trait Implementations§
source§impl Clone for SkPixelGeometry
impl Clone for SkPixelGeometry
source§fn clone(&self) -> SkPixelGeometry
fn clone(&self) -> SkPixelGeometry
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 SkPixelGeometry
impl Debug for SkPixelGeometry
source§impl Hash for SkPixelGeometry
impl Hash for SkPixelGeometry
source§impl PartialEq<SkPixelGeometry> for SkPixelGeometry
impl PartialEq<SkPixelGeometry> for SkPixelGeometry
source§fn eq(&self, other: &SkPixelGeometry) -> bool
fn eq(&self, other: &SkPixelGeometry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkPixelGeometry
impl Eq for SkPixelGeometry
impl StructuralEq for SkPixelGeometry
impl StructuralPartialEq for SkPixelGeometry
Auto Trait Implementations§
impl RefUnwindSafe for SkPixelGeometry
impl Send for SkPixelGeometry
impl Sync for SkPixelGeometry
impl Unpin for SkPixelGeometry
impl UnwindSafe for SkPixelGeometry
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