pub enum CreateBufferError {
NoContext,
}Variants§
NoContext
Trait Implementations§
Source§impl Clone for CreateBufferError
impl Clone for CreateBufferError
Source§fn clone(&self) -> CreateBufferError
fn clone(&self) -> CreateBufferError
Returns a duplicate 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 CreateBufferError
impl Debug for CreateBufferError
Source§impl Display for CreateBufferError
impl Display for CreateBufferError
Source§impl Error for CreateBufferError
impl Error for CreateBufferError
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 From<CreateBufferError> for RendererBuilderError
impl From<CreateBufferError> for RendererBuilderError
Source§fn from(source: CreateBufferError) -> Self
fn from(source: CreateBufferError) -> Self
Converts to this type from the input type.
Source§impl Hash for CreateBufferError
impl Hash for CreateBufferError
Source§impl PartialEq for CreateBufferError
impl PartialEq for CreateBufferError
impl Eq for CreateBufferError
impl StructuralPartialEq for CreateBufferError
Auto Trait Implementations§
impl Freeze for CreateBufferError
impl RefUnwindSafe for CreateBufferError
impl Send for CreateBufferError
impl Sync for CreateBufferError
impl Unpin for CreateBufferError
impl UnwindSafe for CreateBufferError
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