Home
last modified time | relevance | path

Searched refs:Signedness (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dnum.rs48 type Signedness; typedef
58 type Signedness = $signedness;
/linux/rust/kernel/num/
H A Dbounded.rs463 U: Integer<Signedness = T::Signedness>, in cast()
985 T: Integer<Signedness = <$type as Integer>::Signedness> + From<$type>,
1061 T: Integer<Signedness = <$type as Integer>::Signedness>,
466 cast<U>(self) -> Bounded<U, N> where U: TryFrom<T> + Integer, T: Integer, U: Integer<Signedness = T::Signedness>, cast() argument