#[repr(u8)]pub enum SkCanvas_DeviceCompatibleWithFilter {
kUnknown,
kYes,
}
Variants§
Trait Implementations§
source§impl Clone for SkCanvas_DeviceCompatibleWithFilter
impl Clone for SkCanvas_DeviceCompatibleWithFilter
source§fn clone(&self) -> SkCanvas_DeviceCompatibleWithFilter
fn clone(&self) -> SkCanvas_DeviceCompatibleWithFilter
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 PartialEq<SkCanvas_DeviceCompatibleWithFilter> for SkCanvas_DeviceCompatibleWithFilter
impl PartialEq<SkCanvas_DeviceCompatibleWithFilter> for SkCanvas_DeviceCompatibleWithFilter
source§fn eq(&self, other: &SkCanvas_DeviceCompatibleWithFilter) -> bool
fn eq(&self, other: &SkCanvas_DeviceCompatibleWithFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkCanvas_DeviceCompatibleWithFilter
impl Eq for SkCanvas_DeviceCompatibleWithFilter
impl StructuralEq for SkCanvas_DeviceCompatibleWithFilter
impl StructuralPartialEq for SkCanvas_DeviceCompatibleWithFilter
Auto Trait Implementations§
impl RefUnwindSafe for SkCanvas_DeviceCompatibleWithFilter
impl Send for SkCanvas_DeviceCompatibleWithFilter
impl Sync for SkCanvas_DeviceCompatibleWithFilter
impl Unpin for SkCanvas_DeviceCompatibleWithFilter
impl UnwindSafe for SkCanvas_DeviceCompatibleWithFilter
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