#[repr(C)]pub struct nk_command {
pub type_: nk_command_type,
pub next: nk_size,
pub userdata: nk_handle,
}Fields§
§type_: nk_command_type§next: nk_size§userdata: nk_handleTrait Implementations§
Source§impl Clone for nk_command
impl Clone for nk_command
Source§fn clone(&self) -> nk_command
fn clone(&self) -> nk_command
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_command
impl Default for nk_command
impl Copy for nk_command
Auto Trait Implementations§
impl Freeze for nk_command
impl RefUnwindSafe for nk_command
impl !Send for nk_command
impl !Sync for nk_command
impl Unpin for nk_command
impl UnwindSafe for nk_command
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