Struct st7032i::ExecutionTime
source · pub struct ExecutionTime(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecutionTime
impl RefUnwindSafe for ExecutionTime
impl Send for ExecutionTime
impl Sync for ExecutionTime
impl Unpin for ExecutionTime
impl UnwindSafe for ExecutionTime
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