#[repr(C)]pub struct VkSubpassBeginInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub contents: VkSubpassContents,
}Fields§
§sType: VkStructureType§pNext: *const c_void§contents: VkSubpassContentsTrait Implementations§
Source§impl Clone for VkSubpassBeginInfoKHR
impl Clone for VkSubpassBeginInfoKHR
Source§fn clone(&self) -> VkSubpassBeginInfoKHR
fn clone(&self) -> VkSubpassBeginInfoKHR
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 moreimpl Copy for VkSubpassBeginInfoKHR
Auto Trait Implementations§
impl Freeze for VkSubpassBeginInfoKHR
impl RefUnwindSafe for VkSubpassBeginInfoKHR
impl !Send for VkSubpassBeginInfoKHR
impl !Sync for VkSubpassBeginInfoKHR
impl Unpin for VkSubpassBeginInfoKHR
impl UnwindSafe for VkSubpassBeginInfoKHR
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