#[repr(C)]pub struct CbfContextMenuItemList {
pub items: *const CbfContextMenuItem,
pub len: u32,
}Fields§
§items: *const CbfContextMenuItem§len: u32Trait Implementations§
Source§impl Clone for CbfContextMenuItemList
impl Clone for CbfContextMenuItemList
Source§fn clone(&self) -> CbfContextMenuItemList
fn clone(&self) -> CbfContextMenuItemList
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 CbfContextMenuItemList
impl Debug for CbfContextMenuItemList
Source§impl Default for CbfContextMenuItemList
impl Default for CbfContextMenuItemList
Source§fn default() -> CbfContextMenuItemList
fn default() -> CbfContextMenuItemList
Returns the “default value” for a type. Read more
impl Copy for CbfContextMenuItemList
Auto Trait Implementations§
impl Freeze for CbfContextMenuItemList
impl RefUnwindSafe for CbfContextMenuItemList
impl !Send for CbfContextMenuItemList
impl !Sync for CbfContextMenuItemList
impl Unpin for CbfContextMenuItemList
impl UnsafeUnpin for CbfContextMenuItemList
impl UnwindSafe for CbfContextMenuItemList
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