pub struct WrapISIZE<const T: isize>;Expand description
Const generic wrapper.
Trait Implementations§
Source§impl<const T: isize> ConstOrValue<isize> for WrapISIZE<T>
impl<const T: isize> ConstOrValue<isize> for WrapISIZE<T>
Source§const IS_CONST_WRAP: bool = true
const IS_CONST_WRAP: bool = true
get wheter the type is const generic wrapper.
Source§impl<const T: isize> Ord for WrapISIZE<T>
impl<const T: isize> Ord for WrapISIZE<T>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<const T: isize> PartialOrd<isize> for WrapISIZE<T>
impl<const T: isize> PartialOrd<isize> for WrapISIZE<T>
Source§impl<const T: isize> PartialOrd for WrapISIZE<T>
impl<const T: isize> PartialOrd for WrapISIZE<T>
impl<const T: isize> Copy for WrapISIZE<T>
impl<const T: isize> Eq for WrapISIZE<T>
impl<const T: isize> StructuralPartialEq for WrapISIZE<T>
Auto Trait Implementations§
impl<const T: isize> Freeze for WrapISIZE<T>
impl<const T: isize> RefUnwindSafe for WrapISIZE<T>
impl<const T: isize> Send for WrapISIZE<T>
impl<const T: isize> Sync for WrapISIZE<T>
impl<const T: isize> Unpin for WrapISIZE<T>
impl<const T: isize> UnwindSafe for WrapISIZE<T>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ConstOrValue<T> for T
impl<T> ConstOrValue<T> for T
Source§const IS_CONST_WRAP: bool = false
const IS_CONST_WRAP: bool = false
get wheter the type is const generic wrapper.