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