Enum usdpl_core::api::Platform
source · [−]pub enum Platform {
Any,
Decky,
Crankshaft,
}Expand description
Supported plugin platforms
Variants
Any
Generic platform
Decky
Decky aka PluginLoader platform
Crankshaft
Crankshaft platform
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Platform
impl Send for Platform
impl Sync for Platform
impl Unpin for Platform
impl UnwindSafe for Platform
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more