#[repr(C)]pub struct SSetColorLineGraphDrawerDebugCommand {
pub lineId: c_int,
pub color_colorS3: *mut c_short,
}
Fields§
§lineId: c_int
§color_colorS3: *mut c_short
Trait Implementations§
Source§impl Clone for SSetColorLineGraphDrawerDebugCommand
impl Clone for SSetColorLineGraphDrawerDebugCommand
Source§fn clone(&self) -> SSetColorLineGraphDrawerDebugCommand
fn clone(&self) -> SSetColorLineGraphDrawerDebugCommand
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 moreimpl Copy for SSetColorLineGraphDrawerDebugCommand
Auto Trait Implementations§
impl Freeze for SSetColorLineGraphDrawerDebugCommand
impl RefUnwindSafe for SSetColorLineGraphDrawerDebugCommand
impl !Send for SSetColorLineGraphDrawerDebugCommand
impl !Sync for SSetColorLineGraphDrawerDebugCommand
impl Unpin for SSetColorLineGraphDrawerDebugCommand
impl UnwindSafe for SSetColorLineGraphDrawerDebugCommand
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