pub struct RippleConfig {
pub bounded: bool,
pub radius: Option<f32>,
pub color: Option<Color>,
pub enable_press: bool,
}Fields§
§bounded: bool§radius: Option<f32>§color: Option<Color>§enable_press: boolTrait Implementations§
Source§impl Clone for RippleConfig
impl Clone for RippleConfig
Source§fn clone(&self) -> RippleConfig
fn clone(&self) -> RippleConfig
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 moreSource§impl Debug for RippleConfig
impl Debug for RippleConfig
Auto Trait Implementations§
impl Freeze for RippleConfig
impl RefUnwindSafe for RippleConfig
impl Send for RippleConfig
impl Sync for RippleConfig
impl Unpin for RippleConfig
impl UnsafeUnpin for RippleConfig
impl UnwindSafe for RippleConfig
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