#[repr(C, align(16))]pub struct kln_line {
pub p1: __m128,
pub p2: __m128,
}Expand description
For lines, the scalar component and pseudoscalar components should be exactly zero.
Fields§
§p1: __m128LSB (1, e12, e31, e23) MSB
p2: __m128LSB (e0123, e01, e02, e03) MSB
Trait Implementations§
Auto Trait Implementations§
impl Freeze for kln_line
impl RefUnwindSafe for kln_line
impl Send for kln_line
impl Sync for kln_line
impl Unpin for kln_line
impl UnwindSafe for kln_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