#[repr(u32)]pub enum QueryPoolSamplingModeINTEL {
Manual = 0,
}Expand description
Variants§
Manual = 0
Trait Implementations§
Source§impl Clone for QueryPoolSamplingModeINTEL
impl Clone for QueryPoolSamplingModeINTEL
Source§fn clone(&self) -> QueryPoolSamplingModeINTEL
fn clone(&self) -> QueryPoolSamplingModeINTEL
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 QueryPoolSamplingModeINTEL
Source§impl Debug for QueryPoolSamplingModeINTEL
impl Debug for QueryPoolSamplingModeINTEL
impl Eq for QueryPoolSamplingModeINTEL
Source§impl PartialEq for QueryPoolSamplingModeINTEL
impl PartialEq for QueryPoolSamplingModeINTEL
Source§fn eq(&self, other: &QueryPoolSamplingModeINTEL) -> bool
fn eq(&self, other: &QueryPoolSamplingModeINTEL) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryPoolSamplingModeINTEL
Auto Trait Implementations§
impl Freeze for QueryPoolSamplingModeINTEL
impl RefUnwindSafe for QueryPoolSamplingModeINTEL
impl Send for QueryPoolSamplingModeINTEL
impl Sync for QueryPoolSamplingModeINTEL
impl Unpin for QueryPoolSamplingModeINTEL
impl UnsafeUnpin for QueryPoolSamplingModeINTEL
impl UnwindSafe for QueryPoolSamplingModeINTEL
Blanket Implementations§
impl<T> Alias<T> for T
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