pub struct MaskProperties {
pub inv: bool,
pub mode: Option<String>,
pub pt: Property<BezierPath>,
pub o: Property<f32>,
pub x: Property<f32>,
pub nm: Option<String>,
}Fields§
§inv: bool§mode: Option<String>§pt: Property<BezierPath>§o: Property<f32>§x: Property<f32>§nm: Option<String>Trait Implementations§
Source§impl Clone for MaskProperties
impl Clone for MaskProperties
Source§fn clone(&self) -> MaskProperties
fn clone(&self) -> MaskProperties
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 moreSource§impl Debug for MaskProperties
impl Debug for MaskProperties
Source§impl<'de> Deserialize<'de> for MaskProperties
impl<'de> Deserialize<'de> for MaskProperties
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MaskProperties
impl RefUnwindSafe for MaskProperties
impl Send for MaskProperties
impl Sync for MaskProperties
impl Unpin for MaskProperties
impl UnwindSafe for MaskProperties
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