pub struct VkPipelineLayoutCreateFlags {}
Expand description
Wrapper for VkPipelineLayoutCreateFlags.
Use the macro VkPipelineLayoutCreateFlags!
as an alternative method to create a structure. For example, these two snippets return the same value:
VkPipelineLayoutCreateFlags!()
VkPipelineLayoutCreateFlags {
}
Implementations§
Trait Implementations§
Source§impl Clone for VkPipelineLayoutCreateFlags
impl Clone for VkPipelineLayoutCreateFlags
Source§fn clone(&self) -> VkPipelineLayoutCreateFlags
fn clone(&self) -> VkPipelineLayoutCreateFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VkPipelineLayoutCreateFlags
impl Debug for VkPipelineLayoutCreateFlags
Source§impl Default for VkPipelineLayoutCreateFlags
impl Default for VkPipelineLayoutCreateFlags
Source§fn default() -> VkPipelineLayoutCreateFlags
fn default() -> VkPipelineLayoutCreateFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkPipelineLayoutCreateFlags
impl RefUnwindSafe for VkPipelineLayoutCreateFlags
impl Send for VkPipelineLayoutCreateFlags
impl Sync for VkPipelineLayoutCreateFlags
impl Unpin for VkPipelineLayoutCreateFlags
impl UnwindSafe for VkPipelineLayoutCreateFlags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more