pub struct PresentedInfo {
pub present_received_time: MonotonicInstant,
pub actual_latch_point: MonotonicInstant,
}
Fields§
§present_received_time: MonotonicInstant
§actual_latch_point: MonotonicInstant
Trait Implementations§
Source§impl Clone for PresentedInfo
impl Clone for PresentedInfo
Source§fn clone(&self) -> PresentedInfo
fn clone(&self) -> PresentedInfo
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 PresentedInfo
impl Debug for PresentedInfo
Source§impl From<PresentReceivedInfo> for PresentedInfo
impl From<PresentReceivedInfo> for PresentedInfo
Source§fn from(item: PresentReceivedInfo) -> PresentedInfo
fn from(item: PresentReceivedInfo) -> PresentedInfo
Converts to this type from the input type.
Source§impl PartialEq for PresentedInfo
impl PartialEq for PresentedInfo
impl Copy for PresentedInfo
impl StructuralPartialEq for PresentedInfo
Auto Trait Implementations§
impl Freeze for PresentedInfo
impl RefUnwindSafe for PresentedInfo
impl Send for PresentedInfo
impl Sync for PresentedInfo
impl Unpin for PresentedInfo
impl UnwindSafe for PresentedInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)