pub type SubpassEndInfoKHR = SubpassEndInfo;
Aliased Type§
struct SubpassEndInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
Implementations
Source§impl SubpassEndInfo
impl SubpassEndInfo
pub fn builder<'a>() -> SubpassEndInfoBuilder<'a>
Trait Implementations
Source§impl Clone for SubpassEndInfo
impl Clone for SubpassEndInfo
Source§fn clone(&self) -> SubpassEndInfo
fn clone(&self) -> SubpassEndInfo
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