#[repr(C)]pub struct VkPipelineLayoutCreateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkPipelineLayoutCreateFlags,
pub setLayoutCount: u32,
pub pSetLayouts: *const VkDescriptorSetLayout,
pub pushConstantRangeCount: u32,
pub pPushConstantRanges: *const VkPushConstantRange,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§flags: VkPipelineLayoutCreateFlags
§setLayoutCount: u32
§pSetLayouts: *const VkDescriptorSetLayout
§pushConstantRangeCount: u32
§pPushConstantRanges: *const VkPushConstantRange
Trait Implementations§
source§impl Clone for VkPipelineLayoutCreateInfo
impl Clone for VkPipelineLayoutCreateInfo
source§fn clone(&self) -> VkPipelineLayoutCreateInfo
fn clone(&self) -> VkPipelineLayoutCreateInfo
Returns a copy 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 Default for VkPipelineLayoutCreateInfo
impl Default for VkPipelineLayoutCreateInfo
impl Copy for VkPipelineLayoutCreateInfo
Auto Trait Implementations§
impl Freeze for VkPipelineLayoutCreateInfo
impl RefUnwindSafe for VkPipelineLayoutCreateInfo
impl !Send for VkPipelineLayoutCreateInfo
impl !Sync for VkPipelineLayoutCreateInfo
impl Unpin for VkPipelineLayoutCreateInfo
impl UnwindSafe for VkPipelineLayoutCreateInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)