#[repr(C)]pub struct PresentStageTimeEXT {
pub stage: PresentStageFlagsEXT,
pub time: u64,
}Expand description
Fields§
§stage: PresentStageFlagsEXT§time: u64Implementations§
Trait Implementations§
Source§impl Clone for PresentStageTimeEXT
impl Clone for PresentStageTimeEXT
Source§fn clone(&self) -> PresentStageTimeEXT
fn clone(&self) -> PresentStageTimeEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PresentStageTimeEXT
Source§impl Default for PresentStageTimeEXT
Available on crate feature ext_present_timing only.
impl Default for PresentStageTimeEXT
Available on crate feature
ext_present_timing only.impl Send for PresentStageTimeEXT
Available on crate feature
ext_present_timing only.impl Sync for PresentStageTimeEXT
Available on crate feature
ext_present_timing only.Auto Trait Implementations§
impl Freeze for PresentStageTimeEXT
impl RefUnwindSafe for PresentStageTimeEXT
impl Unpin for PresentStageTimeEXT
impl UnsafeUnpin for PresentStageTimeEXT
impl UnwindSafe for PresentStageTimeEXT
Blanket Implementations§
impl<T> Alias<T> 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