Struct vulkano::command_buffer::commands_raw::CmdBindPipelineSys [] [src]

pub struct CmdBindPipelineSys<'a>(_, _);

Object that represents the internals of the bind pipeline command.

Trait Implementations

impl<'a> Debug for CmdBindPipelineSys<'a>
[src]

Formats the value using the given formatter.

impl<'a> Copy for CmdBindPipelineSys<'a>
[src]

impl<'a> Clone for CmdBindPipelineSys<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> VulkanObject for CmdBindPipelineSys<'a>
[src]

The type of the object.

Returns a reference to the object.