pub struct I56(pub i64);Tuple Fields§
§0: i64Trait Implementations§
impl Copy for I56
Source§impl PartialOrd for I56
impl PartialOrd for I56
impl StructuralPartialEq for I56
Auto Trait Implementations§
impl Freeze for I56
impl RefUnwindSafe for I56
impl Send for I56
impl Sync for I56
impl Unpin for I56
impl UnsafeUnpin for I56
impl UnwindSafe for I56
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