#[repr(C, packed(1))]pub struct udf_timestamp_s {
pub type_tz: udf_Uint16_t,
pub year: udf_Uint16_t,
pub month: udf_Uint8_t,
pub day: udf_Uint8_t,
pub hour: udf_Uint8_t,
pub minute: udf_Uint8_t,
pub second: udf_Uint8_t,
pub centiseconds: udf_Uint8_t,
pub hundreds_of_microseconds: udf_Uint8_t,
pub microseconds: udf_Uint8_t,
}Fields§
§type_tz: udf_Uint16_t§year: udf_Uint16_t§month: udf_Uint8_t§day: udf_Uint8_t§hour: udf_Uint8_t§minute: udf_Uint8_t§second: udf_Uint8_t§centiseconds: udf_Uint8_t§hundreds_of_microseconds: udf_Uint8_t§microseconds: udf_Uint8_tTrait Implementations§
Source§impl Clone for udf_timestamp_s
impl Clone for udf_timestamp_s
Source§fn clone(&self) -> udf_timestamp_s
fn clone(&self) -> udf_timestamp_s
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 udf_timestamp_s
impl Debug for udf_timestamp_s
impl Copy for udf_timestamp_s
Auto Trait Implementations§
impl Freeze for udf_timestamp_s
impl RefUnwindSafe for udf_timestamp_s
impl Send for udf_timestamp_s
impl Sync for udf_timestamp_s
impl Unpin for udf_timestamp_s
impl UnwindSafe for udf_timestamp_s
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