#[repr(C)]
pub union nk_style_item_data {
pub image: nk_image,
pub color: nk_color,
/* private fields */
}Fields§
§image: nk_image§color: nk_colorTrait Implementations§
Source§impl Clone for nk_style_item_data
impl Clone for nk_style_item_data
Source§fn clone(&self) -> nk_style_item_data
fn clone(&self) -> nk_style_item_data
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 Default for nk_style_item_data
impl Default for nk_style_item_data
impl Copy for nk_style_item_data
Auto Trait Implementations§
impl Freeze for nk_style_item_data
impl RefUnwindSafe for nk_style_item_data
impl !Send for nk_style_item_data
impl !Sync for nk_style_item_data
impl Unpin for nk_style_item_data
impl UnwindSafe for nk_style_item_data
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