#[repr(C)]pub struct CommandBufferAllocateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub commandPool: CommandPool,
pub level: CommandBufferLevel,
pub commandBufferCount: u32,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§commandPool: CommandPool
§level: CommandBufferLevel
§commandBufferCount: u32
Auto Trait Implementations§
impl Freeze for CommandBufferAllocateInfo
impl RefUnwindSafe for CommandBufferAllocateInfo
impl !Send for CommandBufferAllocateInfo
impl !Sync for CommandBufferAllocateInfo
impl Unpin for CommandBufferAllocateInfo
impl UnwindSafe for CommandBufferAllocateInfo
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