Searched defs:CommandBufferExecError (Results 1 – 3 of 3) sorted by relevance
175 fn lock_record(&self) -> Result<(), CommandBufferExecError>; in lock_record() argument201 fn lock_record(&self) -> Result<(), CommandBufferExecError> { in lock_record() argument457 pub enum CommandBufferExecError { enum476 impl Error for CommandBufferExecError { implementation485 impl Display for CommandBufferExecError { implementation
799 fn lock_record(&self) -> Result<(), CommandBufferExecError> { in lock_record() argument
118 pub fn lock_record(&self) -> Result<(), CommandBufferExecError> { in lock_record() argument