pub struct LaneCount<const LANES: usize>;
Expand description
A type representing a vector lane count.
Implementations
Trait Implementations
impl SupportedLaneCount for LaneCount<32_usize>
impl SupportedLaneCount for LaneCount<1_usize>
impl SupportedLaneCount for LaneCount<16_usize>
impl SupportedLaneCount for LaneCount<2_usize>
impl SupportedLaneCount for LaneCount<64_usize>
impl SupportedLaneCount for LaneCount<4_usize>
impl SupportedLaneCount for LaneCount<8_usize>
Auto 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more