#[repr(C)]pub struct DemTargetWithCoordsData {
pub dem_target: String,
pub coords: Vec<f64>,
}Fields§
§dem_target: String§coords: Vec<f64>Trait Implementations§
Source§impl ExternType for DemTargetWithCoordsData
impl ExternType for DemTargetWithCoordsData
Auto Trait Implementations§
impl Freeze for DemTargetWithCoordsData
impl RefUnwindSafe for DemTargetWithCoordsData
impl Send for DemTargetWithCoordsData
impl Sync for DemTargetWithCoordsData
impl Unpin for DemTargetWithCoordsData
impl UnsafeUnpin for DemTargetWithCoordsData
impl UnwindSafe for DemTargetWithCoordsData
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