Enum gfx::buffer::CreationError
[−]
pub enum CreationError {
UnsupportedBind(Bind),
Other,
}Error creating a buffer.
Variants
UnsupportedBind(Bind)Some of the bind flags are not supported.
OtherUnknown other error.
Trait Implementations
impl PartialEq<CreationError> for CreationError
fn eq(&self, __arg_0: &CreationError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CreationError) -> bool
This method tests for !=.
impl Clone for CreationError
fn clone(&self) -> CreationError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Eq for CreationError
impl Display for CreationError
impl Copy for CreationError
impl Debug for CreationError
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Error for CreationError
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0
The lower-level cause of this error, if any. Read more