Struct DBDATE
#[repr(C)]pub struct DBDATE {
pub year: i16,
pub month: u16,
pub day: u16,
}
Fields§
§year: i16
§month: u16
§day: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DBDATE
impl RefUnwindSafe for DBDATE
impl Send for DBDATE
impl Sync for DBDATE
impl Unpin for DBDATE
impl UnwindSafe for DBDATE
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