#[repr(C)]pub struct dpiTimestamp {
pub year: i16,
pub month: u8,
pub day: u8,
pub hour: u8,
pub minute: u8,
pub second: u8,
pub fsecond: u32,
pub tzHourOffset: i8,
pub tzMinuteOffset: i8,
}Fields§
§year: i16§month: u8§day: u8§hour: u8§minute: u8§second: u8§fsecond: u32§tzHourOffset: i8§tzMinuteOffset: i8Trait Implementations§
Source§impl Clone for dpiTimestamp
impl Clone for dpiTimestamp
Source§fn clone(&self) -> dpiTimestamp
fn clone(&self) -> dpiTimestamp
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 moreSource§impl Debug for dpiTimestamp
impl Debug for dpiTimestamp
Source§impl Default for dpiTimestamp
impl Default for dpiTimestamp
Source§fn default() -> dpiTimestamp
fn default() -> dpiTimestamp
Returns the “default value” for a type. Read more
impl Copy for dpiTimestamp
Auto Trait Implementations§
impl Freeze for dpiTimestamp
impl RefUnwindSafe for dpiTimestamp
impl Send for dpiTimestamp
impl Sync for dpiTimestamp
impl Unpin for dpiTimestamp
impl UnwindSafe for dpiTimestamp
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