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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QueryPoolHandle
Source§impl Debug for QueryPoolHandle
impl Debug for QueryPoolHandle
impl Eq for QueryPoolHandle
Source§impl Handle for QueryPoolHandle
impl Handle for QueryPoolHandle
Source§impl PartialEq for QueryPoolHandle
impl PartialEq for QueryPoolHandle
Source§fn eq(&self, other: &QueryPoolHandle) -> bool
fn eq(&self, other: &QueryPoolHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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