pub enum VsyncSourceEvent {
OnVsync {
timestamp: i64,
},
}
Variants§
Implementations§
Source§impl VsyncSourceEvent
impl VsyncSourceEvent
pub fn into_on_vsync(self) -> Option<i64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VsyncSourceEvent
impl RefUnwindSafe for VsyncSourceEvent
impl Send for VsyncSourceEvent
impl Sync for VsyncSourceEvent
impl Unpin for VsyncSourceEvent
impl UnwindSafe for VsyncSourceEvent
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