Struct winit::error::NotSupportedError
source · pub struct NotSupportedError {
_marker: (),
}
Expand description
The error type for when the requested operation is not supported by the backend.
Fields§
§_marker: ()
Implementations§
source§impl NotSupportedError
impl NotSupportedError
pub(crate) fn new() -> NotSupportedError
Trait Implementations§
source§impl Clone for NotSupportedError
impl Clone for NotSupportedError
source§fn clone(&self) -> NotSupportedError
fn clone(&self) -> NotSupportedError
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 NotSupportedError
impl Debug for NotSupportedError
source§impl Display for NotSupportedError
impl Display for NotSupportedError
source§impl Error for NotSupportedError
impl Error for NotSupportedError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()