#[repr(transparent)]pub struct VCL_TIME(pub vtim_real);Tuple Fields§
§0: vtim_realTrait Implementations§
Source§impl IntoVCL<VCL_TIME> for SystemTime
impl IntoVCL<VCL_TIME> for SystemTime
Source§impl TryFrom<SystemTime> for VCL_TIME
impl TryFrom<SystemTime> for VCL_TIME
impl Copy for VCL_TIME
Auto Trait Implementations§
impl Freeze for VCL_TIME
impl RefUnwindSafe for VCL_TIME
impl Send for VCL_TIME
impl Sync for VCL_TIME
impl Unpin for VCL_TIME
impl UnwindSafe for VCL_TIME
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