#[repr(C)]pub struct PresentTimeGOOGLE {
pub presentID: u32,
pub desiredPresentTime: u64,
}Fields§
§presentID: u32§desiredPresentTime: u64Trait Implementations§
Source§impl Clone for PresentTimeGOOGLE
impl Clone for PresentTimeGOOGLE
Source§fn clone(&self) -> PresentTimeGOOGLE
fn clone(&self) -> PresentTimeGOOGLE
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 moreimpl Copy for PresentTimeGOOGLE
Auto Trait Implementations§
impl Freeze for PresentTimeGOOGLE
impl RefUnwindSafe for PresentTimeGOOGLE
impl Send for PresentTimeGOOGLE
impl Sync for PresentTimeGOOGLE
impl Unpin for PresentTimeGOOGLE
impl UnwindSafe for PresentTimeGOOGLE
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