#[repr(transparent)]pub struct VCL_DURATION(pub vtim_dur);Tuple Fields§
§0: vtim_durTrait Implementations§
Source§impl Clone for VCL_DURATION
impl Clone for VCL_DURATION
Source§fn clone(&self) -> VCL_DURATION
fn clone(&self) -> VCL_DURATION
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 VCL_DURATION
impl Debug for VCL_DURATION
Source§impl Default for VCL_DURATION
impl Default for VCL_DURATION
Source§fn default() -> VCL_DURATION
fn default() -> VCL_DURATION
Returns the “default value” for a type. Read more
Source§impl From<Duration> for VCL_DURATION
impl From<Duration> for VCL_DURATION
Source§impl From<VCL_DURATION> for Duration
impl From<VCL_DURATION> for Duration
Source§fn from(value: VCL_DURATION) -> Self
fn from(value: VCL_DURATION) -> Self
Converts to this type from the input type.
Source§impl From<VCL_DURATION> for Option<Duration>
impl From<VCL_DURATION> for Option<Duration>
Source§fn from(b: VCL_DURATION) -> Self
fn from(b: VCL_DURATION) -> Self
Converts to this type from the input type.
Source§impl IntoVCL<VCL_DURATION> for Duration
impl IntoVCL<VCL_DURATION> for Duration
impl Copy for VCL_DURATION
Auto Trait Implementations§
impl Freeze for VCL_DURATION
impl RefUnwindSafe for VCL_DURATION
impl Send for VCL_DURATION
impl Sync for VCL_DURATION
impl Unpin for VCL_DURATION
impl UnwindSafe for VCL_DURATION
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