pub struct CompositorUsed {
pub version: Option<VersionTriple>,
pub photoshop_version: Option<VersionTriple>,
pub description: String,
pub reason: String,
pub engine: String,
pub enable_comp_core: Option<String>,
pub enable_comp_core_gpu: Option<String>,
pub enable_comp_core_threads: Option<String>,
pub comp_core_support: Option<String>,
pub comp_core_gpu_support: Option<String>,
}Expand description
TS LayerAdditionalInfo.compositorUsed.
Fields§
§version: Option<VersionTriple>§photoshop_version: Option<VersionTriple>§description: String§reason: String§engine: String§enable_comp_core: Option<String>§enable_comp_core_gpu: Option<String>§enable_comp_core_threads: Option<String>§comp_core_support: Option<String>§comp_core_gpu_support: Option<String>Trait Implementations§
Source§impl Clone for CompositorUsed
impl Clone for CompositorUsed
Source§fn clone(&self) -> CompositorUsed
fn clone(&self) -> CompositorUsed
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 CompositorUsed
impl Debug for CompositorUsed
Source§impl Default for CompositorUsed
impl Default for CompositorUsed
Source§fn default() -> CompositorUsed
fn default() -> CompositorUsed
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompositorUsed
impl RefUnwindSafe for CompositorUsed
impl Send for CompositorUsed
impl Sync for CompositorUsed
impl Unpin for CompositorUsed
impl UnsafeUnpin for CompositorUsed
impl UnwindSafe for CompositorUsed
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