pub struct LayerCompsResource {
pub list: Vec<LayerCompListItem>,
pub last_applied: Option<f64>,
}Expand description
TS ImageResources.layerComps.
Fields§
§list: Vec<LayerCompListItem>§last_applied: Option<f64>Trait Implementations§
Source§impl Clone for LayerCompsResource
impl Clone for LayerCompsResource
Source§fn clone(&self) -> LayerCompsResource
fn clone(&self) -> LayerCompsResource
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 LayerCompsResource
impl Debug for LayerCompsResource
Source§impl Default for LayerCompsResource
impl Default for LayerCompsResource
Source§fn default() -> LayerCompsResource
fn default() -> LayerCompsResource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayerCompsResource
impl RefUnwindSafe for LayerCompsResource
impl Send for LayerCompsResource
impl Sync for LayerCompsResource
impl Unpin for LayerCompsResource
impl UnsafeUnpin for LayerCompsResource
impl UnwindSafe for LayerCompsResource
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