pub struct LaneCount<const LANES: usize>;Expand description
A type representing a vector lane count.
Implementations
Trait Implementations
impl SupportedLaneCount for LaneCount<1>
sourceimpl SupportedLaneCount for LaneCount<2>
sourceimpl SupportedLaneCount for LaneCount<4>
sourceimpl SupportedLaneCount for LaneCount<8>
sourceimpl SupportedLaneCount for LaneCount<16>
sourceimpl SupportedLaneCount for LaneCount<32>
sourceimpl SupportedLaneCount for LaneCount<64>
sourceAuto Trait Implementations
impl<const LANES: usize> RefUnwindSafe for LaneCount<LANES>
impl<const LANES: usize> Send for LaneCount<LANES>
impl<const LANES: usize> Sync for LaneCount<LANES>
impl<const LANES: usize> Unpin for LaneCount<LANES>
impl<const LANES: usize> UnwindSafe for LaneCount<LANES>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more