pub struct CommandPoolCreateInfo(/* private fields */);
Implementations§
Source§impl CommandPoolCreateInfo
impl CommandPoolCreateInfo
pub const fn new(queue_family_index: u32) -> Self
pub const unsafe fn from_raw(raw: VkCommandPoolCreateInfo) -> Self
pub const fn into_raw(self) -> VkCommandPoolCreateInfo
pub const fn transient(self) -> Self
pub const fn individual_resettable(self) -> Self
Trait Implementations§
Source§impl Clone for CommandPoolCreateInfo
impl Clone for CommandPoolCreateInfo
Source§fn clone(&self) -> CommandPoolCreateInfo
fn clone(&self) -> CommandPoolCreateInfo
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 moreAuto Trait Implementations§
impl Freeze for CommandPoolCreateInfo
impl RefUnwindSafe for CommandPoolCreateInfo
impl !Send for CommandPoolCreateInfo
impl !Sync for CommandPoolCreateInfo
impl Unpin for CommandPoolCreateInfo
impl UnwindSafe for CommandPoolCreateInfo
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