#[repr(C)]pub struct LINE {
pub A: float8,
pub B: float8,
pub C: float8,
}
Fields§
§A: float8
§B: float8
§C: float8
Trait Implementations§
impl Copy for LINE
Auto Trait Implementations§
impl Freeze for LINE
impl RefUnwindSafe for LINE
impl Send for LINE
impl Sync for LINE
impl Unpin for LINE
impl UnwindSafe for LINE
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