pub struct AutoVectorization;Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutoVectorization
impl RefUnwindSafe for AutoVectorization
impl Send for AutoVectorization
impl Sync for AutoVectorization
impl Unpin for AutoVectorization
impl UnwindSafe for AutoVectorization
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