#[repr(C)]pub struct SRemovePointDrawCommand {
pub pos_posF3: *mut f32,
}
Fields§
§pos_posF3: *mut f32
remove map points and lines near this point (100 distance)
Trait Implementations§
Source§impl Clone for SRemovePointDrawCommand
impl Clone for SRemovePointDrawCommand
Source§fn clone(&self) -> SRemovePointDrawCommand
fn clone(&self) -> SRemovePointDrawCommand
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 SRemovePointDrawCommand
impl Debug for SRemovePointDrawCommand
impl Copy for SRemovePointDrawCommand
Auto Trait Implementations§
impl Freeze for SRemovePointDrawCommand
impl RefUnwindSafe for SRemovePointDrawCommand
impl !Send for SRemovePointDrawCommand
impl !Sync for SRemovePointDrawCommand
impl Unpin for SRemovePointDrawCommand
impl UnwindSafe for SRemovePointDrawCommand
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