#[repr(C, align(16))]pub struct kln_translator {
pub p2: __m128,
}Fields§
§p2: __m128LSB (e0123, e01, e02, e03) MSB
Trait Implementations§
Source§impl Clone for kln_translator
impl Clone for kln_translator
Source§fn clone(&self) -> kln_translator
fn clone(&self) -> kln_translator
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_translator
impl Debug for kln_translator
impl Copy for kln_translator
Auto Trait Implementations§
impl Freeze for kln_translator
impl RefUnwindSafe for kln_translator
impl Send for kln_translator
impl Sync for kln_translator
impl Unpin for kln_translator
impl UnwindSafe for kln_translator
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