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