Struct vulkano::pipeline::ComputePipelineSys [] [src]

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

Opaque object that represents the inside of the compute pipeline. Can be made into a trait object.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

The type of the object.

[src]

Returns a reference to the object.