#[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_char§filename_glob: *const c_char§recursive_scan: boolTrait Implementations§
Source§impl Clone for clap_plugin_invalidation_source
impl Clone for clap_plugin_invalidation_source
Source§fn clone(&self) -> clap_plugin_invalidation_source
fn clone(&self) -> clap_plugin_invalidation_source
Returns a duplicate 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 moreimpl Copy for clap_plugin_invalidation_source
impl Send for clap_plugin_invalidation_source
impl Sync for clap_plugin_invalidation_source
Auto Trait Implementations§
impl Freeze for clap_plugin_invalidation_source
impl RefUnwindSafe for clap_plugin_invalidation_source
impl Unpin for clap_plugin_invalidation_source
impl UnwindSafe for clap_plugin_invalidation_source
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