#[repr(C)]pub struct QueryPoolHandle(/* private fields */);
Implementations§
Source§impl QueryPoolHandle
impl QueryPoolHandle
pub fn to_raw(&self) -> VkQueryPool
Trait Implementations§
Source§impl Clone for QueryPoolHandle
impl Clone for QueryPoolHandle
Source§fn clone(&self) -> QueryPoolHandle
fn clone(&self) -> QueryPoolHandle
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 moreSource§impl Debug for QueryPoolHandle
impl Debug for QueryPoolHandle
Source§impl Handle for QueryPoolHandle
impl Handle for QueryPoolHandle
Source§impl PartialEq for QueryPoolHandle
impl PartialEq for QueryPoolHandle
impl Copy for QueryPoolHandle
impl Eq for QueryPoolHandle
impl StructuralPartialEq for QueryPoolHandle
Auto Trait Implementations§
impl Freeze for QueryPoolHandle
impl RefUnwindSafe for QueryPoolHandle
impl Send for QueryPoolHandle
impl Sync for QueryPoolHandle
impl Unpin for QueryPoolHandle
impl UnwindSafe for QueryPoolHandle
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