#[repr(C)]pub struct nk_command_arc {
pub header: nk_command,
pub cx: c_short,
pub cy: c_short,
pub r: c_ushort,
pub line_thickness: c_ushort,
pub a: [f32; 2],
pub color: nk_color,
}Fields§
§header: nk_command§cx: c_short§cy: c_short§r: c_ushort§line_thickness: c_ushort§a: [f32; 2]§color: nk_colorTrait Implementations§
Source§impl Clone for nk_command_arc
impl Clone for nk_command_arc
Source§fn clone(&self) -> nk_command_arc
fn clone(&self) -> nk_command_arc
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_arc
impl Default for nk_command_arc
impl Copy for nk_command_arc
Auto Trait Implementations§
impl Freeze for nk_command_arc
impl RefUnwindSafe for nk_command_arc
impl !Send for nk_command_arc
impl !Sync for nk_command_arc
impl Unpin for nk_command_arc
impl UnwindSafe for nk_command_arc
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