rendy_command

Trait Reset

Source
pub trait Reset:
    Copy
    + Default
    + Debug
    + 'static {
    // Required method
    fn flags(&self) -> CommandPoolCreateFlags;
}
Expand description

Specify flags required for command pool creation to allow individual buffer reset.

Required Methods§

Source

fn flags(&self) -> CommandPoolCreateFlags

Get flags for reset parameter.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§