Struct clap_sys::ext::draft::file_reference::clap_file_reference
source · [−]#[repr(C)]pub struct clap_file_reference {
pub resource_id: clap_id,
pub belongs_to_plugin_collection: bool,
pub path_capacity: usize,
pub path_size: usize,
pub path: *mut c_char,
}Fields
resource_id: clap_idbelongs_to_plugin_collection: boolpath_capacity: usizepath_size: usizepath: *mut c_charTrait Implementations
sourceimpl Clone for clap_file_reference
impl Clone for clap_file_reference
sourcefn clone(&self) -> clap_file_reference
fn clone(&self) -> clap_file_reference
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
sourceimpl Debug for clap_file_reference
impl Debug for clap_file_reference
impl Copy for clap_file_reference
impl Send for clap_file_reference
impl Sync for clap_file_reference
Auto Trait Implementations
impl RefUnwindSafe for clap_file_reference
impl Unpin for clap_file_reference
impl UnwindSafe for clap_file_reference
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