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