Enum winit::os::unix::XNotSupported [−][src]
pub enum XNotSupported {
LibraryOpenError(OpenError),
XOpenDisplayFailed,
}Error returned if this system doesn't have XLib or can't create an X connection.
Variants
LibraryOpenError(OpenError)Failed to load one or several shared libraries.
XOpenDisplayFailedConnecting to the X server with XOpenDisplay failed.
Trait Implementations
impl Clone for XNotSupported[src]
impl Clone for XNotSupportedfn clone(&self) -> XNotSupported[src]
fn clone(&self) -> XNotSupportedReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for XNotSupported[src]
impl Debug for XNotSupportedfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<OpenError> for XNotSupported[src]
impl From<OpenError> for XNotSupportedfn from(err: OpenError) -> XNotSupported[src]
fn from(err: OpenError) -> XNotSupportedPerforms the conversion.
impl Error for XNotSupported[src]
impl Error for XNotSupportedfn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>[src]
fn cause(&self) -> Option<&Error>The lower-level cause of this error, if any. Read more
impl Display for XNotSupported[src]
impl Display for XNotSupportedAuto Trait Implementations
impl Send for XNotSupported
impl Send for XNotSupportedimpl Sync for XNotSupported
impl Sync for XNotSupported