pub type SubpassBeginInfoKHR<'a> = SubpassBeginInfo<'a>;
Aliased Type§
struct SubpassBeginInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub contents: SubpassContents,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§contents: SubpassContents
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> SubpassBeginInfo<'a>
impl<'a> SubpassBeginInfo<'a>
pub fn contents(self, contents: SubpassContents) -> Self
Trait Implementations
Source§impl<'a> Clone for SubpassBeginInfo<'a>
impl<'a> Clone for SubpassBeginInfo<'a>
Source§fn clone(&self) -> SubpassBeginInfo<'a>
fn clone(&self) -> SubpassBeginInfo<'a>
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 more