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