pub struct LayerCompListItem {
pub id: f64,
pub name: String,
pub comment: Option<String>,
pub captured_info: LayerCompCapturedInfo,
}Expand description
TS layerComps.list[] element.
Fields§
§id: f64§name: String§comment: Option<String>§captured_info: LayerCompCapturedInfoTrait Implementations§
Source§impl Clone for LayerCompListItem
impl Clone for LayerCompListItem
Source§fn clone(&self) -> LayerCompListItem
fn clone(&self) -> LayerCompListItem
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 moreAuto Trait Implementations§
impl Freeze for LayerCompListItem
impl RefUnwindSafe for LayerCompListItem
impl Send for LayerCompListItem
impl Sync for LayerCompListItem
impl Unpin for LayerCompListItem
impl UnsafeUnpin for LayerCompListItem
impl UnwindSafe for LayerCompListItem
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