Struct ash::vk::DeviceGroupCommandBufferBeginInfo
source · #[repr(C)]pub struct DeviceGroupCommandBufferBeginInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_mask: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§device_mask: u32
Implementations§
source§impl DeviceGroupCommandBufferBeginInfo
impl DeviceGroupCommandBufferBeginInfo
pub fn builder<'a>() -> DeviceGroupCommandBufferBeginInfoBuilder<'a>
Trait Implementations§
source§impl Clone for DeviceGroupCommandBufferBeginInfo
impl Clone for DeviceGroupCommandBufferBeginInfo
source§fn clone(&self) -> DeviceGroupCommandBufferBeginInfo
fn clone(&self) -> DeviceGroupCommandBufferBeginInfo
Returns a copy 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 TaggedStructure for DeviceGroupCommandBufferBeginInfo
impl TaggedStructure for DeviceGroupCommandBufferBeginInfo
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO
impl Copy for DeviceGroupCommandBufferBeginInfo
impl ExtendsCommandBufferBeginInfo for DeviceGroupCommandBufferBeginInfo
Auto Trait Implementations§
impl Freeze for DeviceGroupCommandBufferBeginInfo
impl RefUnwindSafe for DeviceGroupCommandBufferBeginInfo
impl !Send for DeviceGroupCommandBufferBeginInfo
impl !Sync for DeviceGroupCommandBufferBeginInfo
impl Unpin for DeviceGroupCommandBufferBeginInfo
impl UnwindSafe for DeviceGroupCommandBufferBeginInfo
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