pub struct PageFlipEvent {
pub frame: u32,
pub duration: Duration,
pub crtc: Handle,
}Expand description
Page Flip event
Fields§
§frame: u32sequence of the frame
duration: Durationduration between events
crtc: Handlecrtc that did throw the event
Auto Trait Implementations§
impl Freeze for PageFlipEvent
impl RefUnwindSafe for PageFlipEvent
impl Send for PageFlipEvent
impl Sync for PageFlipEvent
impl Unpin for PageFlipEvent
impl UnwindSafe for PageFlipEvent
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