struct ItemInteger {
pad_byte: u8,
pad_width: u8,
number: i64,
}Fields§
§pad_byte: u8§pad_width: u8§number: i64Implementations§
Source§impl ItemInteger
impl ItemInteger
Auto Trait Implementations§
impl Freeze for ItemInteger
impl RefUnwindSafe for ItemInteger
impl Send for ItemInteger
impl Sync for ItemInteger
impl Unpin for ItemInteger
impl UnwindSafe for ItemInteger
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