#[repr(C)]pub struct SAddLineDrawCommand {
pub posFrom_posF3: *mut f32,
pub posTo_posF3: *mut f32,
}
Fields§
§posFrom_posF3: *mut f32
draw line from this pos
posTo_posF3: *mut f32
to this pos, again only x and z matter
Trait Implementations§
Source§impl Clone for SAddLineDrawCommand
impl Clone for SAddLineDrawCommand
Source§fn clone(&self) -> SAddLineDrawCommand
fn clone(&self) -> SAddLineDrawCommand
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 moreSource§impl Debug for SAddLineDrawCommand
impl Debug for SAddLineDrawCommand
impl Copy for SAddLineDrawCommand
Auto Trait Implementations§
impl Freeze for SAddLineDrawCommand
impl RefUnwindSafe for SAddLineDrawCommand
impl !Send for SAddLineDrawCommand
impl !Sync for SAddLineDrawCommand
impl Unpin for SAddLineDrawCommand
impl UnwindSafe for SAddLineDrawCommand
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