Struct clap_sys::ext::draft::context_menu::clap_context_menu_check_entry
source · #[repr(C)]pub struct clap_context_menu_check_entry {
pub label: *const c_char,
pub is_enabled: bool,
pub is_checked: bool,
pub action_id: clap_id,
}Fields§
§label: *const c_char§is_enabled: bool§is_checked: bool§action_id: clap_idTrait Implementations§
source§fn clone(&self) -> clap_context_menu_check_entry
fn clone(&self) -> clap_context_menu_check_entry
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 moreAuto Trait Implementations§
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