Struct ash::vk::ConditionalRenderingBeginInfoEXT
source · #[repr(C)]pub struct ConditionalRenderingBeginInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub buffer: Buffer,
pub offset: DeviceSize,
pub flags: ConditionalRenderingFlagsEXT,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§buffer: Buffer
§offset: DeviceSize
§flags: ConditionalRenderingFlagsEXT
Implementations§
source§impl ConditionalRenderingBeginInfoEXT
impl ConditionalRenderingBeginInfoEXT
pub fn builder<'a>() -> ConditionalRenderingBeginInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ConditionalRenderingBeginInfoEXT
impl Clone for ConditionalRenderingBeginInfoEXT
source§fn clone(&self) -> ConditionalRenderingBeginInfoEXT
fn clone(&self) -> ConditionalRenderingBeginInfoEXT
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 TaggedStructure for ConditionalRenderingBeginInfoEXT
impl TaggedStructure for ConditionalRenderingBeginInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::CONDITIONAL_RENDERING_BEGIN_INFO_EXT
impl 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 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