Enum vulkano::command_buffer::CopyBufferImageError [−][src]
pub enum CopyBufferImageError {
AutoCommandBufferBuilderContextError(AutoCommandBufferBuilderContextError),
CheckCopyBufferImageError(CheckCopyBufferImageError),
SyncCommandBufferBuilderError(SyncCommandBufferBuilderError),
}Variants
AutoCommandBufferBuilderContextError(AutoCommandBufferBuilderContextError)CheckCopyBufferImageError(CheckCopyBufferImageError)SyncCommandBufferBuilderError(SyncCommandBufferBuilderError)
Trait Implementations
impl Debug for CopyBufferImageError[src]
impl Debug for CopyBufferImageErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for CopyBufferImageError[src]
impl Clone for CopyBufferImageErrorfn clone(&self) -> CopyBufferImageError[src]
fn clone(&self) -> CopyBufferImageErrorReturns 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 Error for CopyBufferImageError[src]
impl Error for CopyBufferImageErrorfn 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 CopyBufferImageError[src]
impl Display for CopyBufferImageErrorfn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl From<AutoCommandBufferBuilderContextError> for CopyBufferImageError[src]
impl From<AutoCommandBufferBuilderContextError> for CopyBufferImageErrorfn from(err: AutoCommandBufferBuilderContextError) -> CopyBufferImageError[src]
fn from(err: AutoCommandBufferBuilderContextError) -> CopyBufferImageErrorPerforms the conversion.
impl From<CheckCopyBufferImageError> for CopyBufferImageError[src]
impl From<CheckCopyBufferImageError> for CopyBufferImageErrorfn from(err: CheckCopyBufferImageError) -> CopyBufferImageError[src]
fn from(err: CheckCopyBufferImageError) -> CopyBufferImageErrorPerforms the conversion.
impl From<SyncCommandBufferBuilderError> for CopyBufferImageError[src]
impl From<SyncCommandBufferBuilderError> for CopyBufferImageErrorfn from(err: SyncCommandBufferBuilderError) -> CopyBufferImageError[src]
fn from(err: SyncCommandBufferBuilderError) -> CopyBufferImageErrorPerforms the conversion.
Auto Trait Implementations
impl Send for CopyBufferImageError
impl Send for CopyBufferImageErrorimpl Sync for CopyBufferImageError
impl Sync for CopyBufferImageError