#[repr(C)]pub struct PhysicalDeviceShaderAbortPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_shader_abort_message_size: u64,
}Expand description
VkPhysicalDeviceShaderAbortPropertiesKHR
Provided by VK_KHR_shader_abort.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ABORT_PROPERTIES_KHR.
p_next: *mut c_voidOptional, may be null.
max_shader_abort_message_size: u64Implementations§
Source§impl PhysicalDeviceShaderAbortPropertiesKHR
impl PhysicalDeviceShaderAbortPropertiesKHR
Sourcepub fn builder<'a>() -> PhysicalDeviceShaderAbortPropertiesKHRBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceShaderAbortPropertiesKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceShaderAbortPropertiesKHR
impl Clone for PhysicalDeviceShaderAbortPropertiesKHR
Source§fn clone(&self) -> PhysicalDeviceShaderAbortPropertiesKHR
fn clone(&self) -> PhysicalDeviceShaderAbortPropertiesKHR
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 moreimpl Copy for PhysicalDeviceShaderAbortPropertiesKHR
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderAbortPropertiesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderAbortPropertiesKHR
impl RefUnwindSafe for PhysicalDeviceShaderAbortPropertiesKHR
impl !Send for PhysicalDeviceShaderAbortPropertiesKHR
impl !Sync for PhysicalDeviceShaderAbortPropertiesKHR
impl Unpin for PhysicalDeviceShaderAbortPropertiesKHR
impl UnsafeUnpin for PhysicalDeviceShaderAbortPropertiesKHR
impl UnwindSafe for PhysicalDeviceShaderAbortPropertiesKHR
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