#[repr(C)]pub struct DATE_STRUCT {
pub year: SQLSMALLINT,
pub month: SQLUSMALLINT,
pub day: SQLUSMALLINT,
}Fields§
§year: SQLSMALLINT§month: SQLUSMALLINT§day: SQLUSMALLINTTrait Implementations§
Source§impl Clone for DATE_STRUCT
impl Clone for DATE_STRUCT
Source§fn clone(&self) -> DATE_STRUCT
fn clone(&self) -> DATE_STRUCT
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 moreSource§impl Debug for DATE_STRUCT
impl Debug for DATE_STRUCT
impl Copy for DATE_STRUCT
Auto Trait Implementations§
impl Freeze for DATE_STRUCT
impl RefUnwindSafe for DATE_STRUCT
impl Send for DATE_STRUCT
impl Sync for DATE_STRUCT
impl Unpin for DATE_STRUCT
impl UnwindSafe for DATE_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