#[repr(C)]pub struct EmbVector_ {
pub X: f64,
pub Y: f64,
}Fields§
§X: f64§Y: f64Trait Implementations§
Source§impl Clone for EmbVector_
impl Clone for EmbVector_
Source§fn clone(&self) -> EmbVector_
fn clone(&self) -> EmbVector_
Returns a copy 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 EmbVector_
impl Debug for EmbVector_
impl Copy for EmbVector_
Auto Trait Implementations§
impl Freeze for EmbVector_
impl RefUnwindSafe for EmbVector_
impl Send for EmbVector_
impl Sync for EmbVector_
impl Unpin for EmbVector_
impl UnwindSafe for EmbVector_
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