#[repr(C)]pub struct SubpassBeginInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub contents: SubpassContents,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§contents: SubpassContentsTrait Implementations§
Source§impl Clone for SubpassBeginInfo
impl Clone for SubpassBeginInfo
Source§fn clone(&self) -> SubpassBeginInfo
fn clone(&self) -> SubpassBeginInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SubpassBeginInfo
Source§impl Debug for SubpassBeginInfo
impl Debug for SubpassBeginInfo
Source§impl Default for SubpassBeginInfo
impl Default for SubpassBeginInfo
impl Eq for SubpassBeginInfo
Source§impl Hash for SubpassBeginInfo
impl Hash for SubpassBeginInfo
Source§impl PartialEq for SubpassBeginInfo
impl PartialEq for SubpassBeginInfo
Source§fn eq(&self, other: &SubpassBeginInfo) -> bool
fn eq(&self, other: &SubpassBeginInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for SubpassBeginInfo
impl StructuralPartialEq for SubpassBeginInfo
impl Sync for SubpassBeginInfo
Auto Trait Implementations§
impl Freeze for SubpassBeginInfo
impl RefUnwindSafe for SubpassBeginInfo
impl Unpin for SubpassBeginInfo
impl UnsafeUnpin 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