Enum wgpu_core::command::CopyError [−][src]
pub enum CopyError {
Encoder(CommandEncoderError),
Transfer(TransferError),
}
Expand description
Error encountered while attempting to do a copy on a command encoder.
Variants
Encoder(CommandEncoderError)
Tuple Fields
Transfer(TransferError)
Tuple Fields
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for CopyError
impl !UnwindSafe for CopyError
Blanket Implementations
Mutably borrows from an owned value. Read more