#[repr(C)]pub struct nk_draw_command {
pub elem_count: c_uint,
pub clip_rect: nk_rect,
pub texture: nk_handle,
pub userdata: nk_handle,
}Fields§
§elem_count: c_uint§clip_rect: nk_rect§texture: nk_handle§userdata: nk_handleTrait Implementations§
Source§impl Clone for nk_draw_command
impl Clone for nk_draw_command
Source§fn clone(&self) -> nk_draw_command
fn clone(&self) -> nk_draw_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_draw_command
impl Default for nk_draw_command
impl Copy for nk_draw_command
Auto Trait Implementations§
impl Freeze for nk_draw_command
impl RefUnwindSafe for nk_draw_command
impl !Send for nk_draw_command
impl !Sync for nk_draw_command
impl Unpin for nk_draw_command
impl UnwindSafe for nk_draw_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