#[repr(C)]pub struct RenderingEndInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
}Expand description
VkRenderingEndInfoKHR
Provided by VK_KHR_maintenance10.
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RENDERING_END_INFO_KHR.
p_next: *const c_voidOptional, may be null.
Implementations§
Source§impl RenderingEndInfoKHR
impl RenderingEndInfoKHR
Sourcepub fn builder<'a>() -> RenderingEndInfoKHRBuilder<'a>
pub fn builder<'a>() -> RenderingEndInfoKHRBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for RenderingEndInfoKHR
impl Clone for RenderingEndInfoKHR
Source§fn clone(&self) -> RenderingEndInfoKHR
fn clone(&self) -> RenderingEndInfoKHR
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 moreSource§impl Debug for RenderingEndInfoKHR
impl Debug for RenderingEndInfoKHR
Source§impl Default for RenderingEndInfoKHR
impl Default for RenderingEndInfoKHR
impl Copy for RenderingEndInfoKHR
Auto Trait Implementations§
impl Freeze for RenderingEndInfoKHR
impl RefUnwindSafe for RenderingEndInfoKHR
impl !Send for RenderingEndInfoKHR
impl !Sync for RenderingEndInfoKHR
impl Unpin for RenderingEndInfoKHR
impl UnsafeUnpin for RenderingEndInfoKHR
impl UnwindSafe for RenderingEndInfoKHR
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