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