#[repr(C)]pub struct DeviceGroupCommandBufferBeginInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub deviceMask: u32,
}Fields§
§sType: StructureType§pNext: *const c_void§deviceMask: u32Trait Implementations§
Source§impl Clone for DeviceGroupCommandBufferBeginInfo
impl Clone for DeviceGroupCommandBufferBeginInfo
Source§fn clone(&self) -> DeviceGroupCommandBufferBeginInfo
fn clone(&self) -> DeviceGroupCommandBufferBeginInfo
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 moreimpl Copy 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