#[repr(C)]pub struct vmeta_frame_ext_lfic {
pub target_x: f32,
pub target_y: f32,
pub target_location: vmeta_location,
pub estimated_precision: f64,
pub grid_precision: f64,
}Fields§
§target_x: f32§target_y: f32§target_location: vmeta_location§estimated_precision: f64§grid_precision: f64Trait Implementations§
Source§impl Clone for vmeta_frame_ext_lfic
impl Clone for vmeta_frame_ext_lfic
Source§fn clone(&self) -> vmeta_frame_ext_lfic
fn clone(&self) -> vmeta_frame_ext_lfic
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 vmeta_frame_ext_lfic
impl Debug for vmeta_frame_ext_lfic
impl Copy for vmeta_frame_ext_lfic
Auto Trait Implementations§
impl Freeze for vmeta_frame_ext_lfic
impl RefUnwindSafe for vmeta_frame_ext_lfic
impl Send for vmeta_frame_ext_lfic
impl Sync for vmeta_frame_ext_lfic
impl Unpin for vmeta_frame_ext_lfic
impl UnwindSafe for vmeta_frame_ext_lfic
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