pub struct QueryPoolCreateFlags(/* private fields */);Expand description
Chapter: Queries
Description: Reserved for future use
Provided by: VK_VERSION_1_0
Reference: VkQueryPoolCreateFlags
Implementations§
Trait Implementations§
Source§impl Clone for QueryPoolCreateFlags
impl Clone for QueryPoolCreateFlags
Source§fn clone(&self) -> QueryPoolCreateFlags
fn clone(&self) -> QueryPoolCreateFlags
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 QueryPoolCreateFlags
Source§impl Debug for QueryPoolCreateFlags
impl Debug for QueryPoolCreateFlags
impl Eq for QueryPoolCreateFlags
Source§impl PartialEq for QueryPoolCreateFlags
impl PartialEq for QueryPoolCreateFlags
Source§fn eq(&self, other: &QueryPoolCreateFlags) -> bool
fn eq(&self, other: &QueryPoolCreateFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryPoolCreateFlags
Auto Trait Implementations§
impl Freeze for QueryPoolCreateFlags
impl RefUnwindSafe for QueryPoolCreateFlags
impl Send for QueryPoolCreateFlags
impl Sync for QueryPoolCreateFlags
impl Unpin for QueryPoolCreateFlags
impl UnsafeUnpin for QueryPoolCreateFlags
impl UnwindSafe for QueryPoolCreateFlags
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