#[repr(C)]pub struct QueryPoolCreateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: QueryPoolCreateFlags,
pub queryType: QueryType,
pub queryCount: u32,
pub pipelineStatistics: QueryPipelineStatisticFlags,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§flags: QueryPoolCreateFlags
§queryType: QueryType
§queryCount: u32
§pipelineStatistics: QueryPipelineStatisticFlags
Trait Implementations§
Source§impl Clone for QueryPoolCreateInfo
impl Clone for QueryPoolCreateInfo
Source§fn clone(&self) -> QueryPoolCreateInfo
fn clone(&self) -> QueryPoolCreateInfo
Returns a copy 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 QueryPoolCreateInfo
Auto 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