pub struct LayerVectorMask {
pub invert: Option<bool>,
pub not_link: Option<bool>,
pub disable: Option<bool>,
pub fill_starts_with_all_pixels: Option<bool>,
pub clipboard: Option<VectorMaskClipboard>,
pub paths: Vec<BezierPath>,
}Expand description
TS LayerVectorMask.
Fields§
§invert: Option<bool>§not_link: Option<bool>§disable: Option<bool>§fill_starts_with_all_pixels: Option<bool>§clipboard: Option<VectorMaskClipboard>§paths: Vec<BezierPath>Trait Implementations§
Source§impl Clone for LayerVectorMask
impl Clone for LayerVectorMask
Source§fn clone(&self) -> LayerVectorMask
fn clone(&self) -> LayerVectorMask
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 LayerVectorMask
impl Debug for LayerVectorMask
Source§impl Default for LayerVectorMask
impl Default for LayerVectorMask
Source§fn default() -> LayerVectorMask
fn default() -> LayerVectorMask
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayerVectorMask
impl RefUnwindSafe for LayerVectorMask
impl Send for LayerVectorMask
impl Sync for LayerVectorMask
impl Unpin for LayerVectorMask
impl UnsafeUnpin for LayerVectorMask
impl UnwindSafe for LayerVectorMask
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