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