#[repr(C)]pub struct nk_style_item {
pub type_: nk_style_item_type,
pub data: nk_style_item_data,
}Fields§
§type_: nk_style_item_type§data: nk_style_item_dataTrait Implementations§
Source§impl Clone for nk_style_item
impl Clone for nk_style_item
Source§fn clone(&self) -> nk_style_item
fn clone(&self) -> nk_style_item
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
impl Default for nk_style_item
impl Copy for nk_style_item
Auto Trait Implementations§
impl Freeze for nk_style_item
impl RefUnwindSafe for nk_style_item
impl !Send for nk_style_item
impl !Sync for nk_style_item
impl Unpin for nk_style_item
impl UnwindSafe for nk_style_item
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