#[repr(C, align(16))]pub struct kln_rotor {
pub p1: __m128,
}Fields§
§p1: __m128LSB (1, e12, e31, e23) MSB
Trait Implementations§
Auto Trait Implementations§
impl Freeze for kln_rotor
impl RefUnwindSafe for kln_rotor
impl Send for kln_rotor
impl Sync for kln_rotor
impl Unpin for kln_rotor
impl UnwindSafe for kln_rotor
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