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