#[repr(C)]pub struct mm128_v {
pub n: usize,
pub m: usize,
pub a: *mut mm128_t,
}
Fields§
§n: usize
§m: usize
§a: *mut mm128_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mm128_v
impl RefUnwindSafe for mm128_v
impl !Send for mm128_v
impl !Sync for mm128_v
impl Unpin for mm128_v
impl UnwindSafe for mm128_v
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