Struct ash::vk::ConditionalRenderingBeginInfoEXT
source · #[repr(C)]pub struct ConditionalRenderingBeginInfoEXT<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub buffer: Buffer,
pub offset: DeviceSize,
pub flags: ConditionalRenderingFlagsEXT,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§buffer: Buffer
§offset: DeviceSize
§flags: ConditionalRenderingFlagsEXT
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> ConditionalRenderingBeginInfoEXT<'a>
impl<'a> ConditionalRenderingBeginInfoEXT<'a>
pub fn buffer(self, buffer: Buffer) -> Self
pub fn offset(self, offset: DeviceSize) -> Self
pub fn flags(self, flags: ConditionalRenderingFlagsEXT) -> Self
Trait Implementations§
source§impl<'a> Clone for ConditionalRenderingBeginInfoEXT<'a>
impl<'a> Clone for ConditionalRenderingBeginInfoEXT<'a>
source§fn clone(&self) -> ConditionalRenderingBeginInfoEXT<'a>
fn clone(&self) -> ConditionalRenderingBeginInfoEXT<'a>
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<'a> Debug for ConditionalRenderingBeginInfoEXT<'a>
impl<'a> Debug for ConditionalRenderingBeginInfoEXT<'a>
source§impl Default for ConditionalRenderingBeginInfoEXT<'_>
impl Default for ConditionalRenderingBeginInfoEXT<'_>
source§impl<'a> TaggedStructure for ConditionalRenderingBeginInfoEXT<'a>
impl<'a> TaggedStructure for ConditionalRenderingBeginInfoEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::CONDITIONAL_RENDERING_BEGIN_INFO_EXT
impl<'a> Copy for ConditionalRenderingBeginInfoEXT<'a>
impl Send for ConditionalRenderingBeginInfoEXT<'_>
impl Sync for ConditionalRenderingBeginInfoEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for ConditionalRenderingBeginInfoEXT<'a>
impl<'a> RefUnwindSafe for ConditionalRenderingBeginInfoEXT<'a>
impl<'a> Unpin for ConditionalRenderingBeginInfoEXT<'a>
impl<'a> UnwindSafe for ConditionalRenderingBeginInfoEXT<'a>
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