pub struct QueryPoolCreateInfo(/* private fields */);
Expand description
Structure specifying parameters of a newly created query pool
Implementations§
Source§impl QueryPoolCreateInfo
impl QueryPoolCreateInfo
pub const fn new(query_type: QueryType, count: u32) -> Self
pub const unsafe fn from_raw(raw: VkQueryPoolCreateInfo) -> Self
pub const fn into_raw(self) -> VkQueryPoolCreateInfo
Trait Implementations§
Source§impl Clone for QueryPoolCreateInfo
impl Clone for QueryPoolCreateInfo
Source§fn clone(&self) -> QueryPoolCreateInfo
fn clone(&self) -> QueryPoolCreateInfo
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 QueryPoolCreateInfo
impl RefUnwindSafe for QueryPoolCreateInfo
impl !Send for QueryPoolCreateInfo
impl !Sync for QueryPoolCreateInfo
impl Unpin for QueryPoolCreateInfo
impl UnwindSafe for QueryPoolCreateInfo
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