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