pub enum RadialBlurMethod {
Spin,
Zoom,
}Expand description
“spin” | “zoom”
Variants§
Trait Implementations§
Source§impl Clone for RadialBlurMethod
impl Clone for RadialBlurMethod
Source§fn clone(&self) -> RadialBlurMethod
fn clone(&self) -> RadialBlurMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RadialBlurMethod
Source§impl Debug for RadialBlurMethod
impl Debug for RadialBlurMethod
impl Eq for RadialBlurMethod
Source§impl PartialEq for RadialBlurMethod
impl PartialEq for RadialBlurMethod
Source§fn eq(&self, other: &RadialBlurMethod) -> bool
fn eq(&self, other: &RadialBlurMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RadialBlurMethod
Auto Trait Implementations§
impl Freeze for RadialBlurMethod
impl RefUnwindSafe for RadialBlurMethod
impl Send for RadialBlurMethod
impl Sync for RadialBlurMethod
impl Unpin for RadialBlurMethod
impl UnsafeUnpin for RadialBlurMethod
impl UnwindSafe for RadialBlurMethod
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