#[repr(C)]pub struct SQLDECIMAL128 {
pub udec128: SQLDECIMAL128__bindgen_ty_1,
}Fields§
§udec128: SQLDECIMAL128__bindgen_ty_1Trait Implementations§
Source§impl Clone for SQLDECIMAL128
impl Clone for SQLDECIMAL128
Source§fn clone(&self) -> SQLDECIMAL128
fn clone(&self) -> SQLDECIMAL128
Returns a duplicate 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 SQLDECIMAL128
Auto Trait Implementations§
impl Freeze for SQLDECIMAL128
impl RefUnwindSafe for SQLDECIMAL128
impl Send for SQLDECIMAL128
impl Sync for SQLDECIMAL128
impl Unpin for SQLDECIMAL128
impl UnwindSafe for SQLDECIMAL128
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