#[repr(C)]pub struct gtcaca_map_point_t {
pub lat: f64,
pub lon: f64,
pub glyph: u32,
pub colour: u8,
pub label: *mut c_char,
}Fields§
§lat: f64§lon: f64§glyph: u32§colour: u8§label: *mut c_charTrait Implementations§
Source§impl Clone for gtcaca_map_point_t
impl Clone for gtcaca_map_point_t
Source§fn clone(&self) -> gtcaca_map_point_t
fn clone(&self) -> gtcaca_map_point_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for gtcaca_map_point_t
Auto Trait Implementations§
impl !Send for gtcaca_map_point_t
impl !Sync for gtcaca_map_point_t
impl Freeze for gtcaca_map_point_t
impl RefUnwindSafe for gtcaca_map_point_t
impl Unpin for gtcaca_map_point_t
impl UnsafeUnpin for gtcaca_map_point_t
impl UnwindSafe for gtcaca_map_point_t
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