Struct vulkano::descriptor::pipeline_layout::PipelineLayoutSys [] [src]

pub struct PipelineLayoutSys<'a>(_);

Opaque object that is borrowed from a PipelineLayout.

This object exists so that we can pass it around without having to be generic over the template parameter of the PipelineLayout.

Trait Implementations

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

impl<'a> Clone for PipelineLayoutSys<'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 PipelineLayoutSys<'a>
[src]

The type of the object.

[src]

Returns a reference to the object.