Docs.rs
doubled-0.3.2
doubled 0.3.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
burrbull
Dependencies
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
CheckOrder
doubled
0.3.2
Check
Order
Required Methods
check_order
Implementations on Foreign Types
Simd<f32, N>
Simd<f32, N>
Simd<f64, N>
Simd<f64, N>
f32
f32
f64
f64
Implementors
In crate doubled
doubled
Trait
Check
Order
Copy item path
Source
pub trait CheckOrder<T = Self> { // Required method fn
check_order
(self, other: T); }
Required Methods
§
Source
fn
check_order
(self, other: T)
Implementations on Foreign Types
§
Source
§
impl
CheckOrder
for
f32
Source
§
fn
check_order
(self, other: Self)
Source
§
impl
CheckOrder
for
f64
Source
§
fn
check_order
(self, other: Self)
Source
§
impl
CheckOrder
<
Doubled
<
f32
>> for
f32
Source
§
fn
check_order
(self, other:
Doubled
<
f32
>)
Source
§
impl
CheckOrder
<
Doubled
<
f64
>> for
f64
Source
§
fn
check_order
(self, other:
Doubled
<
f64
>)
Source
§
impl<const N:
usize
>
CheckOrder
for
Simd
<
f32
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
fn
check_order
(self, _other: Self)
Source
§
impl<const N:
usize
>
CheckOrder
for
Simd
<
f64
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
fn
check_order
(self, _other: Self)
Source
§
impl<const N:
usize
>
CheckOrder
<
Doubled
<
Simd
<
f32
, N>>> for
Simd
<
f32
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
fn
check_order
(self, _other:
Doubled
<
Simd
<
f32
, N>>)
Source
§
impl<const N:
usize
>
CheckOrder
<
Doubled
<
Simd
<
f64
, N>>> for
Simd
<
f64
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
fn
check_order
(self, _other:
Doubled
<
Simd
<
f64
, N>>)
Implementors
§
Source
§
impl
CheckOrder
for
Doubled
<
f32
>
Source
§
impl
CheckOrder
for
Doubled
<
f64
>
Source
§
impl
CheckOrder
<
f32
> for
Doubled
<
f32
>
Source
§
impl
CheckOrder
<
f64
> for
Doubled
<
f64
>
Source
§
impl<const N:
usize
>
CheckOrder
for
Doubled
<
Simd
<
f32
, N>>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
CheckOrder
for
Doubled
<
Simd
<
f64
, N>>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
CheckOrder
<
Simd
<
f32
, N>> for
Doubled
<
Simd
<
f32
, N>>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
CheckOrder
<
Simd
<
f64
, N>> for
Doubled
<
Simd
<
f64
, N>>
where
LaneCount
<N>:
SupportedLaneCount
,