#[repr(C)]pub struct spiro_cp {
pub x: f64,
pub y: f64,
pub ty: c_char,
}Fields§
§x: f64§y: f64§ty: c_charTrait Implementations§
impl Copy for spiro_cp
impl StructuralPartialEq for spiro_cp
Auto Trait Implementations§
impl Freeze for spiro_cp
impl RefUnwindSafe for spiro_cp
impl Send for spiro_cp
impl Sync for spiro_cp
impl Unpin for spiro_cp
impl UnwindSafe for spiro_cp
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