#[repr(C)]pub struct CommandBufferBeginInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: CommandBufferUsageFlags,
pub pInheritanceInfo: *const CommandBufferInheritanceInfo,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§flags: CommandBufferUsageFlags
§pInheritanceInfo: *const CommandBufferInheritanceInfo
Auto Trait Implementations§
impl Freeze for CommandBufferBeginInfo
impl RefUnwindSafe for CommandBufferBeginInfo
impl !Send for CommandBufferBeginInfo
impl !Sync for CommandBufferBeginInfo
impl Unpin for CommandBufferBeginInfo
impl UnwindSafe for CommandBufferBeginInfo
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