#[repr(C)]pub struct Date {
pub year: SmallInt,
pub month: USmallInt,
pub day: USmallInt,
}
Expand description
SQL_DATE_STRUCT
Fields§
§year: SmallInt
§month: USmallInt
§day: USmallInt
Trait Implementations§
source§impl PartialEq for Date
impl PartialEq for Date
impl Copy for Date
impl Eq for Date
impl StructuralEq for Date
impl StructuralPartialEq for Date
Auto Trait Implementations§
impl RefUnwindSafe for Date
impl Send for Date
impl Sync for Date
impl Unpin for Date
impl UnwindSafe for Date
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