#[repr(C)]pub struct tagSQL_NUMERIC_STRUCT {
pub precision: SQLCHAR,
pub scale: SQLSCHAR,
pub sign: SQLCHAR,
pub val: [SQLCHAR; 16],
}
Fields§
§precision: SQLCHAR
§scale: SQLSCHAR
§sign: SQLCHAR
§val: [SQLCHAR; 16]
Trait Implementations§
Source§impl Clone for tagSQL_NUMERIC_STRUCT
impl Clone for tagSQL_NUMERIC_STRUCT
Source§fn clone(&self) -> tagSQL_NUMERIC_STRUCT
fn clone(&self) -> tagSQL_NUMERIC_STRUCT
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 moreSource§impl Debug for tagSQL_NUMERIC_STRUCT
impl Debug for tagSQL_NUMERIC_STRUCT
impl Copy for tagSQL_NUMERIC_STRUCT
Auto Trait Implementations§
impl Freeze for tagSQL_NUMERIC_STRUCT
impl RefUnwindSafe for tagSQL_NUMERIC_STRUCT
impl Send for tagSQL_NUMERIC_STRUCT
impl Sync for tagSQL_NUMERIC_STRUCT
impl Unpin for tagSQL_NUMERIC_STRUCT
impl UnwindSafe for tagSQL_NUMERIC_STRUCT
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