#[repr(C)]pub struct PresentStageTimeEXT {
pub stage: PresentStageFlagsEXT,
pub time: u64,
}Expand description
Fields§
§stage: PresentStageFlagsEXT§time: u64Trait 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 Debug for PresentStageTimeEXT
impl Debug for PresentStageTimeEXT
Source§impl Default for PresentStageTimeEXT
impl Default for PresentStageTimeEXT
Source§fn default() -> PresentStageTimeEXT
fn default() -> PresentStageTimeEXT
Returns the “default value” for a type. Read more
impl Eq for PresentStageTimeEXT
Source§impl Hash for PresentStageTimeEXT
impl Hash for PresentStageTimeEXT
Source§impl PartialEq for PresentStageTimeEXT
impl PartialEq for PresentStageTimeEXT
Source§fn eq(&self, other: &PresentStageTimeEXT) -> bool
fn eq(&self, other: &PresentStageTimeEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PresentStageTimeEXT
Auto Trait Implementations§
impl Freeze for PresentStageTimeEXT
impl RefUnwindSafe for PresentStageTimeEXT
impl Send for PresentStageTimeEXT
impl Sync for PresentStageTimeEXT
impl Unpin for PresentStageTimeEXT
impl UnsafeUnpin for PresentStageTimeEXT
impl UnwindSafe for PresentStageTimeEXT
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