Enum skia_safe::PixelGeometry
source · #[repr(i32)]pub enum PixelGeometry {
Unknown,
RGBH,
BGRH,
RGBV,
BGRV,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for PixelGeometry
impl Clone for PixelGeometry
source§fn clone(&self) -> PixelGeometry
fn clone(&self) -> PixelGeometry
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 PixelGeometry
impl Debug for PixelGeometry
source§impl Default for PixelGeometry
impl Default for PixelGeometry
source§fn default() -> PixelGeometry
fn default() -> PixelGeometry
Returns the “default value” for a type. Read more
source§impl PartialEq<PixelGeometry> for PixelGeometry
impl PartialEq<PixelGeometry> for PixelGeometry
source§fn eq(&self, other: &PixelGeometry) -> bool
fn eq(&self, other: &PixelGeometry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PixelGeometry
impl Eq for PixelGeometry
impl StructuralEq for PixelGeometry
impl StructuralPartialEq for PixelGeometry
Auto Trait Implementations§
impl RefUnwindSafe for PixelGeometry
impl Send for PixelGeometry
impl Sync for PixelGeometry
impl Unpin for PixelGeometry
impl UnwindSafe for PixelGeometry
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