#[repr(C)]pub struct SAddPointDrawCommand {
pub pos_posF3: *mut f32,
pub label: *const c_char,
}
Fields§
§pos_posF3: *mut f32
on this position, only x and z matter
label: *const c_char
create this text on pos in my team color
Trait Implementations§
Source§impl Clone for SAddPointDrawCommand
impl Clone for SAddPointDrawCommand
Source§fn clone(&self) -> SAddPointDrawCommand
fn clone(&self) -> SAddPointDrawCommand
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 SAddPointDrawCommand
impl Debug for SAddPointDrawCommand
impl Copy for SAddPointDrawCommand
Auto Trait Implementations§
impl Freeze for SAddPointDrawCommand
impl RefUnwindSafe for SAddPointDrawCommand
impl !Send for SAddPointDrawCommand
impl !Sync for SAddPointDrawCommand
impl Unpin for SAddPointDrawCommand
impl UnwindSafe for SAddPointDrawCommand
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