pub struct DriverTimer {
pub desc: DriverDescriptor,
pub spec: DriverArc<BoxDriver>,
}
Fields§
§desc: DriverDescriptor
§spec: DriverArc<BoxDriver>
Implementations§
Trait Implementations§
Source§impl Clone for DriverTimer
impl Clone for DriverTimer
Source§fn clone(&self) -> DriverTimer
fn clone(&self) -> DriverTimer
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 moreAuto Trait Implementations§
impl Freeze for DriverTimer
impl !RefUnwindSafe for DriverTimer
impl Send for DriverTimer
impl Sync for DriverTimer
impl Unpin for DriverTimer
impl !UnwindSafe for DriverTimer
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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