#[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 · 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 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
Source§impl Hash for PresentStageTimeEXT
impl Hash for PresentStageTimeEXT
Source§impl PartialEq for PresentStageTimeEXT
impl PartialEq for PresentStageTimeEXT
impl Copy for PresentStageTimeEXT
impl Eq for PresentStageTimeEXT
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 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