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