Struct odbc_sys::IntervalStruct
source · #[repr(C)]pub struct IntervalStruct {
pub interval_type: c_int,
pub interval_sign: SmallInt,
pub interval_value: IntervalUnion,
}
Expand description
SQL_INTERVAL_STRUCT
Fields§
§interval_type: c_int
§interval_sign: SmallInt
§interval_value: IntervalUnion
Trait Implementations§
source§impl Clone for IntervalStruct
impl Clone for IntervalStruct
source§fn clone(&self) -> IntervalStruct
fn clone(&self) -> IntervalStruct
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 IntervalStruct
Auto Trait Implementations§
impl RefUnwindSafe for IntervalStruct
impl Send for IntervalStruct
impl Sync for IntervalStruct
impl Unpin for IntervalStruct
impl UnwindSafe for IntervalStruct
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