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