Enum nih_plug_xtask::BundleType
source · pub enum BundleType {
Plugin,
Binary,
}
Expand description
The type of a MacOS bundle.
Variants§
Trait Implementations§
source§impl Clone for BundleType
impl Clone for BundleType
source§fn clone(&self) -> BundleType
fn clone(&self) -> BundleType
Returns a copy of the value. Read more
1.0.0 · 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 BundleType
impl Debug for BundleType
impl Copy for BundleType
Auto Trait Implementations§
impl RefUnwindSafe for BundleType
impl Send for BundleType
impl Sync for BundleType
impl Unpin for BundleType
impl UnwindSafe for BundleType
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