pub struct FadeCommand {
pub opacity: f32,
pub end_opacity: Option<f32>,
}
Fields§
§opacity: f32
§end_opacity: Option<f32>
Trait Implementations§
Source§impl Clone for FadeCommand
impl Clone for FadeCommand
Source§fn clone(&self) -> FadeCommand
fn clone(&self) -> FadeCommand
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 FadeCommand
impl Debug for FadeCommand
Source§impl PartialEq for FadeCommand
impl PartialEq for FadeCommand
impl Copy for FadeCommand
impl StructuralPartialEq for FadeCommand
Auto Trait Implementations§
impl Freeze for FadeCommand
impl RefUnwindSafe for FadeCommand
impl Send for FadeCommand
impl Sync for FadeCommand
impl Unpin for FadeCommand
impl UnwindSafe for FadeCommand
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