#[repr(C)]pub struct SQLDECIMAL64 {
pub udec64: SQLDECIMAL64__bindgen_ty_1,
}
Fields§
§udec64: SQLDECIMAL64__bindgen_ty_1
Trait Implementations§
Source§impl Clone for SQLDECIMAL64
impl Clone for SQLDECIMAL64
Source§fn clone(&self) -> SQLDECIMAL64
fn clone(&self) -> SQLDECIMAL64
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SQLDECIMAL64
Auto Trait Implementations§
impl Freeze for SQLDECIMAL64
impl RefUnwindSafe for SQLDECIMAL64
impl Send for SQLDECIMAL64
impl Sync for SQLDECIMAL64
impl Unpin for SQLDECIMAL64
impl UnwindSafe for SQLDECIMAL64
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