pub struct CopcInfo {
pub center: (f64, f64, f64),
pub halfsize: f64,
pub spacing: f64,
pub root_hier_offset: u64,
pub root_hier_size: u64,
pub gpstime_min: f64,
pub gpstime_max: f64,
}Expand description
COPC info VLR payload.
Fields§
§center: (f64, f64, f64)§halfsize: f64§spacing: f64§root_hier_offset: u64§root_hier_size: u64§gpstime_min: f64§gpstime_max: f64Implementations§
Trait Implementations§
impl Copy for CopcInfo
impl StructuralPartialEq for CopcInfo
Auto Trait Implementations§
impl Freeze for CopcInfo
impl RefUnwindSafe for CopcInfo
impl Send for CopcInfo
impl Sync for CopcInfo
impl Unpin for CopcInfo
impl UnsafeUnpin for CopcInfo
impl UnwindSafe for CopcInfo
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