#[repr(C)]pub struct VkConditionalRenderingBeginInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub buffer: VkBuffer,
pub offset: VkDeviceSize,
pub flags: VkConditionalRenderingFlagsEXT,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§buffer: VkBuffer
§offset: VkDeviceSize
§flags: VkConditionalRenderingFlagsEXT
Trait Implementations§
Source§impl Clone for VkConditionalRenderingBeginInfoEXT
impl Clone for VkConditionalRenderingBeginInfoEXT
Source§fn clone(&self) -> VkConditionalRenderingBeginInfoEXT
fn clone(&self) -> VkConditionalRenderingBeginInfoEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkConditionalRenderingBeginInfoEXT
Auto Trait Implementations§
impl Freeze for VkConditionalRenderingBeginInfoEXT
impl RefUnwindSafe for VkConditionalRenderingBeginInfoEXT
impl !Send for VkConditionalRenderingBeginInfoEXT
impl !Sync for VkConditionalRenderingBeginInfoEXT
impl Unpin for VkConditionalRenderingBeginInfoEXT
impl UnwindSafe for VkConditionalRenderingBeginInfoEXT
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