pub enum DisplayEvent {
FirstPixelOut,
}
Expand description
Device event
Variants§
FirstPixelOut
Specifies that the fence is signaled when the first pixel of the next display refresh cycle leaves the display engine for the display.
Trait Implementations§
Source§impl Clone for DisplayEvent
impl Clone for DisplayEvent
Source§fn clone(&self) -> DisplayEvent
fn clone(&self) -> DisplayEvent
Returns a copy 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 DisplayEvent
impl Debug for DisplayEvent
Source§impl PartialEq for DisplayEvent
impl PartialEq for DisplayEvent
impl StructuralPartialEq for DisplayEvent
Auto Trait Implementations§
impl Freeze for DisplayEvent
impl RefUnwindSafe for DisplayEvent
impl Send for DisplayEvent
impl Sync for DisplayEvent
impl Unpin for DisplayEvent
impl UnwindSafe for DisplayEvent
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