pub struct PresentTimings {
pub diff_us: u64,
}Fields§
§diff_us: u64Trait Implementations§
Source§impl Clone for PresentTimings
impl Clone for PresentTimings
Source§fn clone(&self) -> PresentTimings
fn clone(&self) -> PresentTimings
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 PresentTimings
impl Debug for PresentTimings
impl Copy for PresentTimings
Auto Trait Implementations§
impl Freeze for PresentTimings
impl RefUnwindSafe for PresentTimings
impl Send for PresentTimings
impl Sync for PresentTimings
impl Unpin for PresentTimings
impl UnsafeUnpin for PresentTimings
impl UnwindSafe for PresentTimings
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