pub struct NegativeI32(i32);Expand description
A strictly negative integer in the range i32::MIN..0.
Tuple Fields§
§0: i32Implementations§
Trait Implementations§
Source§impl From<NegativeI32> for i32
impl From<NegativeI32> for i32
Source§fn from(value: NegativeI32) -> Self
fn from(value: NegativeI32) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NegativeI32
impl RefUnwindSafe for NegativeI32
impl Send for NegativeI32
impl Sync for NegativeI32
impl Unpin for NegativeI32
impl UnwindSafe for NegativeI32
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