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