pub struct PresentParameters {
pub expected_latch_point: MonotonicInstant,
pub expected_presentation_time: MonotonicInstant,
pub requested_presentation_time: MonotonicInstant,
pub unsquashable: bool,
}
Fields§
§expected_latch_point: MonotonicInstant
§expected_presentation_time: MonotonicInstant
§requested_presentation_time: MonotonicInstant
§unsquashable: bool
Trait Implementations§
Source§impl Clone for PresentParameters
impl Clone for PresentParameters
Source§fn clone(&self) -> PresentParameters
fn clone(&self) -> PresentParameters
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 PresentParameters
impl Debug for PresentParameters
Source§impl From<PresentParameters> for PresentArgs
impl From<PresentParameters> for PresentArgs
Source§fn from(item: PresentParameters) -> PresentArgs
fn from(item: PresentParameters) -> PresentArgs
Converts to this type from the input type.
Source§impl PartialEq for PresentParameters
impl PartialEq for PresentParameters
impl Copy for PresentParameters
impl StructuralPartialEq for PresentParameters
Auto Trait Implementations§
impl Freeze for PresentParameters
impl RefUnwindSafe for PresentParameters
impl Send for PresentParameters
impl Sync for PresentParameters
impl Unpin for PresentParameters
impl UnwindSafe for PresentParameters
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
)