#[repr(C)]pub struct clap_plugin_invalidation_source {
pub directory: *const c_char,
pub filename_glob: *const c_char,
pub recursive_scan: bool,
}Fields
directory: *const c_charfilename_glob: *const c_charrecursive_scan: boolTrait Implementations
sourceimpl Clone for clap_plugin_invalidation_source
impl Clone for clap_plugin_invalidation_source
sourcefn clone(&self) -> clap_plugin_invalidation_source
fn clone(&self) -> clap_plugin_invalidation_source
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for clap_plugin_invalidation_source
impl Send for clap_plugin_invalidation_source
impl Sync for clap_plugin_invalidation_source
Auto Trait Implementations
impl RefUnwindSafe for clap_plugin_invalidation_source
impl Unpin for clap_plugin_invalidation_source
impl UnwindSafe for clap_plugin_invalidation_source
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