#[repr(C)]pub struct ConditionalRenderingBeginInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub buffer: Buffer,
pub offset: DeviceSize,
pub flags: ConditionalRenderingFlagsEXT,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§buffer: Buffer
§offset: DeviceSize
§flags: ConditionalRenderingFlagsEXT
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§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 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