Enum wayland_protocols::presentation_time::client::wp_presentation::Error
[−]
[src]
#[repr(u32)]pub enum Error { InvalidTimestamp, InvalidFlag, }
fatal presentation errors
These fatal protocol errors may be emitted in response to illegal presentation requests.
Variants
InvalidTimestampinvalid value in tv_nsec
InvalidFlaginvalid flag
Methods
impl Error[src]
Trait Implementations
impl Copy for Error[src]
impl Clone for Error[src]
fn clone(&self) -> Error[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Error[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more