Struct ash::vk::SubpassBeginInfo
source · #[repr(C)]pub struct SubpassBeginInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub contents: SubpassContents,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§contents: SubpassContents
Implementations§
source§impl SubpassBeginInfo
impl SubpassBeginInfo
pub fn builder<'a>() -> SubpassBeginInfoBuilder<'a>
Trait Implementations§
source§impl Clone for SubpassBeginInfo
impl Clone for SubpassBeginInfo
source§fn clone(&self) -> SubpassBeginInfo
fn clone(&self) -> SubpassBeginInfo
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 Debug for SubpassBeginInfo
impl Debug for SubpassBeginInfo
source§impl Default for SubpassBeginInfo
impl Default for SubpassBeginInfo
source§impl TaggedStructure for SubpassBeginInfo
impl TaggedStructure for SubpassBeginInfo
const STRUCTURE_TYPE: StructureType = StructureType::SUBPASS_BEGIN_INFO
impl Copy for SubpassBeginInfo
Auto Trait Implementations§
impl Freeze for SubpassBeginInfo
impl RefUnwindSafe for SubpassBeginInfo
impl !Send for SubpassBeginInfo
impl !Sync for SubpassBeginInfo
impl Unpin for SubpassBeginInfo
impl UnwindSafe for SubpassBeginInfo
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