☰
Trait GetBit
Associated Types
Output
Implementors
Other items in
typenum
::
uint
Structs
UInt
UTerm
Traits
GetBit
SetBit
Type Definitions
GetBitOut
SetBitOut
ayu
dark
light
All crates
approx
as_slice
byteorder
cfg_if
generic_array
geo
geo_crossings
geo_types
geographiclib_rs
hash32
heapless
lazy_static
libm
log
num_traits
pdqselect
pin_project_lite
robust
rstar
slab
smallvec
stable_deref_trait
typenum
?
Trait
typenum
::
uint
::
GetBit
[
−
]
[src]
pub trait GetBit<I> { type
Output
; }
Associated Types
[src]
type
Output
Implementors
[src]
impl<I>
GetBit
<I> for
UTerm
type
Output
=
B0
[src]
impl<Un, Bn>
GetBit
<
UTerm
> for
UInt
<Un, Bn>
where
Bn:
Copy
,
type
Output
= Bn
[src]
impl<Un, Bn, Ui, Bi>
GetBit
<
UInt
<Ui, Bi>> for
UInt
<Un, Bn>
where
UInt
<Ui, Bi>:
Copy
+
Sub
<
B1
>,
Un:
GetBit
<
Sub1
<
UInt
<Ui, Bi>>>,
type
Output
=
GetBitOut
<Un,
Sub1
<
UInt
<Ui, Bi>>>