pub struct W1;
Expand description
Indicates a vector contains 1 lane.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W1
impl RefUnwindSafe for W1
impl Send for W1
impl Sync for W1
impl Unpin for W1
impl UnwindSafe for W1
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