#[repr(C)]pub struct rrd_time_value {
pub type_: rrd_timetype_t,
pub offset: c_long,
pub tm: tm,
}Fields§
§type_: rrd_timetype_t§offset: c_long§tm: tmTrait Implementations§
Source§impl Clone for rrd_time_value
impl Clone for rrd_time_value
Source§fn clone(&self) -> rrd_time_value
fn clone(&self) -> rrd_time_value
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 rrd_time_value
impl Debug for rrd_time_value
impl Copy for rrd_time_value
Auto Trait Implementations§
impl Freeze for rrd_time_value
impl RefUnwindSafe for rrd_time_value
impl Send for rrd_time_value
impl Sync for rrd_time_value
impl Unpin for rrd_time_value
impl UnwindSafe for rrd_time_value
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