#[repr(C)]pub struct SSetColorFigureDrawerCommand {
pub figureGroupId: c_int,
pub color_colorS3: *mut c_short,
pub alpha: c_short,
}
Expand description
Sets the color used to draw all lines of figures in a figure group.
Fields§
§figureGroupId: c_int
§color_colorS3: *mut c_short
(x, y, z) -> (red, green, blue)
alpha: c_short
Trait Implementations§
Source§impl Clone for SSetColorFigureDrawerCommand
impl Clone for SSetColorFigureDrawerCommand
Source§fn clone(&self) -> SSetColorFigureDrawerCommand
fn clone(&self) -> SSetColorFigureDrawerCommand
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 Debug for SSetColorFigureDrawerCommand
impl Debug for SSetColorFigureDrawerCommand
impl Copy for SSetColorFigureDrawerCommand
Auto Trait Implementations§
impl Freeze for SSetColorFigureDrawerCommand
impl RefUnwindSafe for SSetColorFigureDrawerCommand
impl !Send for SSetColorFigureDrawerCommand
impl !Sync for SSetColorFigureDrawerCommand
impl Unpin for SSetColorFigureDrawerCommand
impl UnwindSafe for SSetColorFigureDrawerCommand
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