Struct vulkanalia_sys::DescriptorUpdateTemplate
source · [−]#[repr(transparent)]pub struct DescriptorUpdateTemplate(_);Expand description
Trait Implementations
The object type for this handle type.
Constructs an instance of this handle type with the supplied underlying value.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DescriptorUpdateTemplate
impl Send for DescriptorUpdateTemplate
impl Sync for DescriptorUpdateTemplate
impl Unpin for DescriptorUpdateTemplate
impl UnwindSafe for DescriptorUpdateTemplate
Blanket Implementations
Mutably borrows from an owned value. Read more