#[repr(C, align(2))]pub(crate) struct DecimalPairs(pub(crate) [u8; 200]);Tuple Fields§
§0: [u8; 200]Auto Trait Implementations§
impl Freeze for DecimalPairs
impl RefUnwindSafe for DecimalPairs
impl Send for DecimalPairs
impl Sync for DecimalPairs
impl Unpin for DecimalPairs
impl UnsafeUnpin for DecimalPairs
impl UnwindSafe for DecimalPairs
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