pub struct LayerCompSettings {
pub enabled: Option<bool>,
pub comp_list: Vec<f64>,
pub offset: Option<PointF>,
pub effects_reference_point: Option<PointF>,
}Expand description
TS comps.settings[] element.
Fields§
§enabled: Option<bool>§comp_list: Vec<f64>§offset: Option<PointF>§effects_reference_point: Option<PointF>Trait Implementations§
Source§impl Clone for LayerCompSettings
impl Clone for LayerCompSettings
Source§fn clone(&self) -> LayerCompSettings
fn clone(&self) -> LayerCompSettings
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 LayerCompSettings
impl Debug for LayerCompSettings
Source§impl Default for LayerCompSettings
impl Default for LayerCompSettings
Source§fn default() -> LayerCompSettings
fn default() -> LayerCompSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayerCompSettings
impl RefUnwindSafe for LayerCompSettings
impl Send for LayerCompSettings
impl Sync for LayerCompSettings
impl Unpin for LayerCompSettings
impl UnsafeUnpin for LayerCompSettings
impl UnwindSafe for LayerCompSettings
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