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