#[repr(C, align(4))]pub struct decimal64 {
pub bytes: [u8; 8],
}
Fields§
§bytes: [u8; 8]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for decimal64
impl RefUnwindSafe for decimal64
impl Send for decimal64
impl Sync for decimal64
impl Unpin for decimal64
impl UnwindSafe for decimal64
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