pub struct IfthenelseOptions {
pub blend: bool,
}
Expand description
Options for ifthenelse operation
Fields§
§blend: bool
blend: bool
-> Blend smoothly between then and else parts
default: false
Trait Implementations§
Source§impl Clone for IfthenelseOptions
impl Clone for IfthenelseOptions
Source§fn clone(&self) -> IfthenelseOptions
fn clone(&self) -> IfthenelseOptions
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 IfthenelseOptions
impl Debug for IfthenelseOptions
Auto Trait Implementations§
impl Freeze for IfthenelseOptions
impl RefUnwindSafe for IfthenelseOptions
impl Send for IfthenelseOptions
impl Sync for IfthenelseOptions
impl Unpin for IfthenelseOptions
impl UnwindSafe for IfthenelseOptions
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