#[repr(C)]pub struct ConditionalRenderingBeginInfo2EXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub address_range: DeviceAddressRangeKHR,
pub address_flags: AddressCommandFlagsKHR,
pub flags: ConditionalRenderingFlagsEXT,
}Expand description
VkConditionalRenderingBeginInfo2EXT
Provided by VK_KHR_device_address_commands.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_CONDITIONAL_RENDERING_BEGIN_INFO_2_EXT.
p_next: *const c_voidOptional, may be null.
address_range: DeviceAddressRangeKHR§address_flags: AddressCommandFlagsKHR§flags: ConditionalRenderingFlagsEXTImplementations§
Source§impl ConditionalRenderingBeginInfo2EXT
impl ConditionalRenderingBeginInfo2EXT
Sourcepub fn builder<'a>() -> ConditionalRenderingBeginInfo2EXTBuilder<'a>
pub fn builder<'a>() -> ConditionalRenderingBeginInfo2EXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ConditionalRenderingBeginInfo2EXT
impl Clone for ConditionalRenderingBeginInfo2EXT
Source§fn clone(&self) -> ConditionalRenderingBeginInfo2EXT
fn clone(&self) -> ConditionalRenderingBeginInfo2EXT
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 ConditionalRenderingBeginInfo2EXT
Auto Trait Implementations§
impl Freeze for ConditionalRenderingBeginInfo2EXT
impl RefUnwindSafe for ConditionalRenderingBeginInfo2EXT
impl !Send for ConditionalRenderingBeginInfo2EXT
impl !Sync for ConditionalRenderingBeginInfo2EXT
impl Unpin for ConditionalRenderingBeginInfo2EXT
impl UnsafeUnpin for ConditionalRenderingBeginInfo2EXT
impl UnwindSafe for ConditionalRenderingBeginInfo2EXT
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