#[repr(C, align(16))]pub struct kln_direction {
pub p3: __m128,
}Expand description
For directions, the e123 coordinate should be exactly zero. Directions are modeled as points at infinity (i.e. ideal points)
Fields§
§p3: __m128LSB (e123, e021, e013, e032) MSB
Trait Implementations§
Source§impl Clone for kln_direction
impl Clone for kln_direction
Source§fn clone(&self) -> kln_direction
fn clone(&self) -> kln_direction
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for kln_direction
impl Debug for kln_direction
impl Copy for kln_direction
Auto Trait Implementations§
impl Freeze for kln_direction
impl RefUnwindSafe for kln_direction
impl Send for kln_direction
impl Sync for kln_direction
impl Unpin for kln_direction
impl UnwindSafe for kln_direction
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