#[repr(C)]pub struct nk_command_triangle_filled {
pub header: nk_command,
pub a: nk_vec2i,
pub b: nk_vec2i,
pub c: nk_vec2i,
pub color: nk_color,
}Fields§
§header: nk_command§a: nk_vec2i§b: nk_vec2i§c: nk_vec2i§color: nk_colorTrait Implementations§
Source§impl Clone for nk_command_triangle_filled
impl Clone for nk_command_triangle_filled
Source§fn clone(&self) -> nk_command_triangle_filled
fn clone(&self) -> nk_command_triangle_filled
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_triangle_filled
impl Default for nk_command_triangle_filled
impl Copy for nk_command_triangle_filled
Auto Trait Implementations§
impl Freeze for nk_command_triangle_filled
impl RefUnwindSafe for nk_command_triangle_filled
impl !Send for nk_command_triangle_filled
impl !Sync for nk_command_triangle_filled
impl Unpin for nk_command_triangle_filled
impl UnwindSafe for nk_command_triangle_filled
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