pub struct PageFlipEvent {
pub frame: u32,
pub duration: Duration,
pub crtc: Handle,
}
Expand description
Page Flip event
Fields§
§frame: u32
sequence of the frame
duration: Duration
duration between events
crtc: Handle
crtc 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