pub struct PastPresentationTimingGoogle { /* private fields */ }Expand description
A VkPastPresentationTimingGOOGLE.
Implementations§
Source§impl PastPresentationTimingGoogle
impl PastPresentationTimingGoogle
pub fn builder() -> PastPresentationTimingGoogleBuilder
pub unsafe fn from_raw( raw: VkPastPresentationTimingGOOGLE, ) -> PastPresentationTimingGoogle
pub fn present_id<'a>(&'a self) -> u32
pub fn desired_present_time<'a>(&'a self) -> u64
pub fn actual_present_time<'a>(&'a self) -> u64
pub fn earliest_present_time<'a>(&'a self) -> u64
pub fn present_margin<'a>(&'a self) -> u64
pub fn set_present_id<'m>(&mut self, present_id: u32)
pub fn set_desired_present_time<'m>(&mut self, desired_present_time: u64)
pub fn set_actual_present_time<'m>(&mut self, actual_present_time: u64)
pub fn set_earliest_present_time<'m>(&mut self, earliest_present_time: u64)
pub fn set_present_margin<'m>(&mut self, present_margin: u64)
pub fn as_raw(&self) -> &VkPastPresentationTimingGOOGLE
Trait Implementations§
Source§impl Clone for PastPresentationTimingGoogle
impl Clone for PastPresentationTimingGoogle
Source§fn clone(&self) -> PastPresentationTimingGoogle
fn clone(&self) -> PastPresentationTimingGoogle
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 PastPresentationTimingGoogle
impl Debug for PastPresentationTimingGoogle
Source§impl Default for PastPresentationTimingGoogle
impl Default for PastPresentationTimingGoogle
Source§fn default() -> PastPresentationTimingGoogle
fn default() -> PastPresentationTimingGoogle
Returns the “default value” for a type. Read more
Source§impl From<PastPresentationTimingGoogle> for VkPastPresentationTimingGOOGLE
impl From<PastPresentationTimingGoogle> for VkPastPresentationTimingGOOGLE
Source§fn from(f: PastPresentationTimingGoogle) -> VkPastPresentationTimingGOOGLE
fn from(f: PastPresentationTimingGoogle) -> VkPastPresentationTimingGOOGLE
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PastPresentationTimingGoogle
impl RefUnwindSafe for PastPresentationTimingGoogle
impl Send for PastPresentationTimingGoogle
impl Sync for PastPresentationTimingGoogle
impl Unpin for PastPresentationTimingGoogle
impl UnwindSafe for PastPresentationTimingGoogle
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