#[repr(C)]pub struct SubpassBeginInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub contents: SubpassContents,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§contents: SubpassContents
Trait 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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl 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