pub struct Signed<const N: usize>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<const N: usize> From<i64> for Signed<N>
impl<const N: usize> From<i64> for Signed<N>
Source§fn from(x: SignedLiteralType) -> Self
fn from(x: SignedLiteralType) -> Self
Converts to this type from the input type.
Source§impl<const N: usize> PartialOrd for Signed<N>
impl<const N: usize> PartialOrd for Signed<N>
impl<const N: usize> Copy for Signed<N>
impl<const N: usize> StructuralPartialEq for Signed<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for Signed<N>
impl<const N: usize> RefUnwindSafe for Signed<N>
impl<const N: usize> Send for Signed<N>
impl<const N: usize> Sync for Signed<N>
impl<const N: usize> Unpin for Signed<N>
impl<const N: usize> UnwindSafe for Signed<N>
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