BitDiff
typenum
1.19.0
BitDiff
Required Associated Types
Output
Implementors
In typenum::
private
typenum
::
private
Trait
BitDiff
Copy item path
Source
pub trait BitDiff<Rhs> { type
Output
; }
Expand description
Gives
SizeOf(Lhs) - SizeOf(Rhs)
Required Associated Types
§
Source
type
Output
Implementors
§
Source
§
impl<Ul>
BitDiff
<
UTerm
> for Ul
where Ul:
Unsigned
+
Len
,
Source
§
type
Output
= <Ul as
Len
>::
Output
Source
§
impl<Ul, Bl, Ur, Br>
BitDiff
<
UInt
<Ur, Br>> for
UInt
<Ul, Bl>
where Ul:
Unsigned
+
BitDiff
<Ur>, Bl:
Bit
, Ur:
Unsigned
, Br:
Bit
,
Source
§
type
Output
= <Ul as
BitDiff
<Ur>>::
Output