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