pub struct UnknownFramebufferType(/* private fields */);Expand description
Error when an unknown framebuffer type is found.
Trait Implementations§
Source§impl Clone for UnknownFramebufferType
impl Clone for UnknownFramebufferType
Source§fn clone(&self) -> UnknownFramebufferType
fn clone(&self) -> UnknownFramebufferType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnknownFramebufferType
Source§impl Debug for UnknownFramebufferType
impl Debug for UnknownFramebufferType
Source§impl Display for UnknownFramebufferType
impl Display for UnknownFramebufferType
impl Eq for UnknownFramebufferType
Source§impl Error for UnknownFramebufferType
impl Error for UnknownFramebufferType
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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()
Source§impl PartialEq for UnknownFramebufferType
impl PartialEq for UnknownFramebufferType
impl StructuralPartialEq for UnknownFramebufferType
Auto Trait Implementations§
impl Freeze for UnknownFramebufferType
impl RefUnwindSafe for UnknownFramebufferType
impl Send for UnknownFramebufferType
impl Sync for UnknownFramebufferType
impl Unpin for UnknownFramebufferType
impl UnsafeUnpin for UnknownFramebufferType
impl UnwindSafe for UnknownFramebufferType
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