Struct vulkanalia_sys::SubpassBeginInfo
source · [−]#[repr(C)]pub struct SubpassBeginInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub contents: SubpassContents,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidcontents: SubpassContentsTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SubpassBeginInfo
impl !Send for SubpassBeginInfo
impl !Sync for SubpassBeginInfo
impl Unpin for SubpassBeginInfo
impl UnwindSafe for SubpassBeginInfo
Blanket Implementations
Mutably borrows from an owned value. Read more