pub struct AimPoint {
pub x: f32,
pub y: f32,
pub z: f32,
}Expand description
Ground / free-aim cast point (map X/Y, optional elevation).
Fields§
§x: f32§y: f32§z: f32Implementations§
Trait Implementations§
impl Copy for AimPoint
Source§impl<'de> Deserialize<'de> for AimPoint
impl<'de> Deserialize<'de> for AimPoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for AimPoint
Auto Trait Implementations§
impl Freeze for AimPoint
impl RefUnwindSafe for AimPoint
impl Send for AimPoint
impl Sync for AimPoint
impl Unpin for AimPoint
impl UnsafeUnpin for AimPoint
impl UnwindSafe for AimPoint
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