#[repr(C)]pub struct SQL_DATE_STRUCT {
pub year: i16,
pub month: u16,
pub day: u16,
}Fields§
§year: i16§month: u16§day: u16Trait Implementations§
Source§impl Clone for SQL_DATE_STRUCT
impl Clone for SQL_DATE_STRUCT
Source§fn clone(&self) -> SQL_DATE_STRUCT
fn clone(&self) -> SQL_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 SQL_DATE_STRUCT
impl Debug for SQL_DATE_STRUCT
Source§impl Default for SQL_DATE_STRUCT
impl Default for SQL_DATE_STRUCT
Source§fn default() -> SQL_DATE_STRUCT
fn default() -> SQL_DATE_STRUCT
Returns the “default value” for a type. Read more
Source§impl Hash for SQL_DATE_STRUCT
impl Hash for SQL_DATE_STRUCT
Source§impl PartialEq for SQL_DATE_STRUCT
impl PartialEq for SQL_DATE_STRUCT
impl Copy for SQL_DATE_STRUCT
impl Eq for SQL_DATE_STRUCT
impl StructuralPartialEq for SQL_DATE_STRUCT
Auto Trait Implementations§
impl Freeze for SQL_DATE_STRUCT
impl RefUnwindSafe for SQL_DATE_STRUCT
impl Send for SQL_DATE_STRUCT
impl Sync for SQL_DATE_STRUCT
impl Unpin for SQL_DATE_STRUCT
impl UnwindSafe for SQL_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