#[repr(C, align(16))]pub struct kln_plane {
pub p0: __m128,
}Fields§
§p0: __m128LSB (e0, e1, e2, e3) MSB
Trait Implementations§
Auto Trait Implementations§
impl Freeze for kln_plane
impl RefUnwindSafe for kln_plane
impl Send for kln_plane
impl Sync for kln_plane
impl Unpin for kln_plane
impl UnwindSafe for kln_plane
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