pub struct ReallySigned<N: PrimInt>(/* private fields */);
Trait Implementations§
source§impl<N: PrimInt> LowerHex for ReallySigned<N>
impl<N: PrimInt> LowerHex for ReallySigned<N>
Auto Trait Implementations§
impl<N> Freeze for ReallySigned<N>where
N: Freeze,
impl<N> RefUnwindSafe for ReallySigned<N>where
N: RefUnwindSafe,
impl<N> Send for ReallySigned<N>where
N: Send,
impl<N> Sync for ReallySigned<N>where
N: Sync,
impl<N> Unpin for ReallySigned<N>where
N: Unpin,
impl<N> UnwindSafe for ReallySigned<N>where
N: UnwindSafe,
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