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