pub struct DeviceGroupCommandBufferBeginInfoBuilder<'a>(/* private fields */);Expand description
Vulkan Manual Page · Builder of DeviceGroupCommandBufferBeginInfo
Implementations§
Source§impl<'a> DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> DeviceGroupCommandBufferBeginInfoBuilder<'a>
pub fn new() -> DeviceGroupCommandBufferBeginInfoBuilder<'a>
pub fn device_mask(self, device_mask: u32) -> Self
Sourcepub fn build_dangling(self) -> DeviceGroupCommandBufferBeginInfo
pub fn build_dangling(self) -> DeviceGroupCommandBufferBeginInfo
Discards all lifetime information.
Use the Deref and DerefMut implementations if possible.
Methods from Deref<Target = DeviceGroupCommandBufferBeginInfo>§
pub const STRUCTURE_TYPE: StructureType = crate::vk1_0::StructureType::DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO
Trait Implementations§
Source§impl<'a> Clone for DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> Clone for DeviceGroupCommandBufferBeginInfoBuilder<'a>
Source§fn clone(&self) -> DeviceGroupCommandBufferBeginInfoBuilder<'a>
fn clone(&self) -> DeviceGroupCommandBufferBeginInfoBuilder<'a>
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 moreSource§impl<'a> Debug for DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> Debug for DeviceGroupCommandBufferBeginInfoBuilder<'a>
Source§impl<'a> Default for DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> Default for DeviceGroupCommandBufferBeginInfoBuilder<'a>
Source§fn default() -> DeviceGroupCommandBufferBeginInfoBuilder<'a>
fn default() -> DeviceGroupCommandBufferBeginInfoBuilder<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> Deref for DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> Deref for DeviceGroupCommandBufferBeginInfoBuilder<'a>
Source§impl<'a> DerefMut for DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> DerefMut for DeviceGroupCommandBufferBeginInfoBuilder<'a>
Source§impl<'a> ExtendableFrom<'a, DeviceGroupCommandBufferBeginInfoBuilder<'_>> for CommandBufferBeginInfoBuilder<'a>
impl<'a> ExtendableFrom<'a, DeviceGroupCommandBufferBeginInfoBuilder<'_>> for CommandBufferBeginInfoBuilder<'a>
impl<'a> Copy for DeviceGroupCommandBufferBeginInfoBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> RefUnwindSafe for DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> !Send for DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> !Sync for DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> Unpin for DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> UnwindSafe for DeviceGroupCommandBufferBeginInfoBuilder<'a>
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