#[repr(C)]pub struct SFeatureTraceRayCommand {
pub rayPos_posF3: *mut f32,
pub rayDir_posF3: *mut f32,
pub rayLen: f32,
pub srcUnitId: c_int,
pub ret_hitFeatureId: c_int,
pub flags: c_int,
}
Fields§
§rayPos_posF3: *mut f32
§rayDir_posF3: *mut f32
§rayLen: f32
§srcUnitId: c_int
§ret_hitFeatureId: c_int
§flags: c_int
Trait Implementations§
Source§impl Clone for SFeatureTraceRayCommand
impl Clone for SFeatureTraceRayCommand
Source§fn clone(&self) -> SFeatureTraceRayCommand
fn clone(&self) -> SFeatureTraceRayCommand
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 SFeatureTraceRayCommand
impl Debug for SFeatureTraceRayCommand
impl Copy for SFeatureTraceRayCommand
Auto Trait Implementations§
impl Freeze for SFeatureTraceRayCommand
impl RefUnwindSafe for SFeatureTraceRayCommand
impl !Send for SFeatureTraceRayCommand
impl !Sync for SFeatureTraceRayCommand
impl Unpin for SFeatureTraceRayCommand
impl UnwindSafe for SFeatureTraceRayCommand
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