pub struct CommandBufferBeginInfo<'d>(/* private fields */);
Implementations§
Source§impl<'d> CommandBufferBeginInfo<'d>
impl<'d> CommandBufferBeginInfo<'d>
pub const fn new() -> Self
pub const unsafe fn from_raw(raw: VkCommandBufferBeginInfo) -> Self
pub const fn into_raw(self) -> VkCommandBufferBeginInfo
pub const fn as_raw_ref(&self) -> &VkCommandBufferBeginInfo
pub const fn onetime_submit(self) -> Self
pub const fn renderpass_continue(self) -> Self
pub const fn simultaneous_use(self) -> Self
pub const fn with_inheritance_info( self, info: &'d CommandBufferInheritanceInfo<'d>, ) -> Self
Trait Implementations§
Source§impl<'d> Clone for CommandBufferBeginInfo<'d>
impl<'d> Clone for CommandBufferBeginInfo<'d>
Source§fn clone(&self) -> CommandBufferBeginInfo<'d>
fn clone(&self) -> CommandBufferBeginInfo<'d>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<'d> Freeze for CommandBufferBeginInfo<'d>
impl<'d> !RefUnwindSafe for CommandBufferBeginInfo<'d>
impl<'d> !Send for CommandBufferBeginInfo<'d>
impl<'d> !Sync for CommandBufferBeginInfo<'d>
impl<'d> Unpin for CommandBufferBeginInfo<'d>
impl<'d> !UnwindSafe for CommandBufferBeginInfo<'d>
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