#[repr(C)]pub struct CbfChoiceMenuItem {
pub type_: u8,
pub label: *mut c_char,
pub tool_tip: *mut c_char,
pub action: u32,
pub text_direction: u8,
pub has_text_direction_override: bool,
pub enabled: bool,
pub checked: bool,
pub children: CbfChoiceMenuItemList,
}Fields§
§type_: u8§label: *mut c_char§tool_tip: *mut c_char§action: u32§text_direction: u8§has_text_direction_override: bool§enabled: bool§checked: bool§children: CbfChoiceMenuItemListTrait Implementations§
Source§impl Clone for CbfChoiceMenuItem
impl Clone for CbfChoiceMenuItem
Source§fn clone(&self) -> CbfChoiceMenuItem
fn clone(&self) -> CbfChoiceMenuItem
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 moreSource§impl Debug for CbfChoiceMenuItem
impl Debug for CbfChoiceMenuItem
Source§impl Default for CbfChoiceMenuItem
impl Default for CbfChoiceMenuItem
Source§fn default() -> CbfChoiceMenuItem
fn default() -> CbfChoiceMenuItem
Returns the “default value” for a type. Read more
impl Copy for CbfChoiceMenuItem
Auto Trait Implementations§
impl Freeze for CbfChoiceMenuItem
impl RefUnwindSafe for CbfChoiceMenuItem
impl !Send for CbfChoiceMenuItem
impl !Sync for CbfChoiceMenuItem
impl Unpin for CbfChoiceMenuItem
impl UnsafeUnpin for CbfChoiceMenuItem
impl UnwindSafe for CbfChoiceMenuItem
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