pub struct AlphaReplaceEffect {
pub alpha: PositiveFixedPercentage,
}Expand description
This element specifies an alpha replace effect.
Effect alpha (opacity) values are replaced by a fixed alpha.
Fields§
§alpha: PositiveFixedPercentageSpecifies the new opacity value.
Implementations§
Trait Implementations§
Source§impl Clone for AlphaReplaceEffect
impl Clone for AlphaReplaceEffect
Source§fn clone(&self) -> AlphaReplaceEffect
fn clone(&self) -> AlphaReplaceEffect
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for AlphaReplaceEffect
impl RefUnwindSafe for AlphaReplaceEffect
impl Send for AlphaReplaceEffect
impl Sync for AlphaReplaceEffect
impl Unpin for AlphaReplaceEffect
impl UnwindSafe for AlphaReplaceEffect
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