#[repr(C)]pub struct EmbPoint_ {
pub xx: f64,
pub yy: f64,
}Fields§
§xx: f64§yy: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmbPoint_
impl RefUnwindSafe for EmbPoint_
impl Send for EmbPoint_
impl Sync for EmbPoint_
impl Unpin for EmbPoint_
impl UnwindSafe for EmbPoint_
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