pub enum PIPLType {
Show 29 variants
General,
Filter,
Parser,
ImageFormat,
Extension,
Acquire,
Export,
Selection,
Picker,
Actions,
Test,
MSPUtility,
PsModernFilter,
AEEffect,
AEImageFormat,
AEAccelerator,
AEGeneral,
PrEffect,
PrVideoFilter,
PrAudioFilter,
PrEDLExport,
PrDataExport,
PrDevice,
PrImporter,
PrCompile,
PrRecord,
PrPlay,
SweetPea,
AIGeneral,
}Variants§
General
Filter
Parser
ImageFormat
Extension
Acquire
Export
Selection
Picker
Actions
Test
MSPUtility
PsModernFilter
AEEffect
AEImageFormat
AEAccelerator
AEGeneral
PrEffect
PrVideoFilter
PrAudioFilter
PrEDLExport
PrDataExport
PrDevice
PrImporter
PrCompile
PrRecord
PrPlay
SweetPea
AIGeneral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PIPLType
impl RefUnwindSafe for PIPLType
impl Send for PIPLType
impl Sync for PIPLType
impl Unpin for PIPLType
impl UnwindSafe for PIPLType
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