#[repr(C)]pub struct VkPushConstantsInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub layout: VkPipelineLayout,
pub stageFlags: VkShaderStageFlags,
pub offset: u32,
pub size: u32,
pub pValues: *const c_void,
}Fields§
§sType: VkStructureType§pNext: *const c_void§layout: VkPipelineLayout§stageFlags: VkShaderStageFlags§offset: u32§size: u32§pValues: *const c_voidTrait Implementations§
Source§impl Clone for VkPushConstantsInfoKHR
impl Clone for VkPushConstantsInfoKHR
Source§fn clone(&self) -> VkPushConstantsInfoKHR
fn clone(&self) -> VkPushConstantsInfoKHR
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 VkPushConstantsInfoKHR
impl Default for VkPushConstantsInfoKHR
impl Copy for VkPushConstantsInfoKHR
Auto Trait Implementations§
impl Freeze for VkPushConstantsInfoKHR
impl RefUnwindSafe for VkPushConstantsInfoKHR
impl !Send for VkPushConstantsInfoKHR
impl !Sync for VkPushConstantsInfoKHR
impl Unpin for VkPushConstantsInfoKHR
impl UnwindSafe for VkPushConstantsInfoKHR
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