pub struct LaneCount<const LANES: usize>;
Expand description
A type representing a vector lane count.
Implementations
Trait Implementations
impl SupportedLaneCount for LaneCount<1>
impl SupportedLaneCount for LaneCount<2>
impl SupportedLaneCount for LaneCount<4>
impl SupportedLaneCount for LaneCount<8>
impl SupportedLaneCount for LaneCount<16>
impl SupportedLaneCount for LaneCount<32>
impl SupportedLaneCount for LaneCount<64>
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