#[repr(u8)]pub enum Ptxqdepth {
QUE2 = 0,
QUE4 = 1,
QUE8 = 2,
QUE16 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Ptxqdepth
impl Ord for Ptxqdepth
Source§impl PartialOrd for Ptxqdepth
impl PartialOrd for Ptxqdepth
impl Copy for Ptxqdepth
impl Eq for Ptxqdepth
impl StructuralPartialEq for Ptxqdepth
Auto Trait Implementations§
impl Freeze for Ptxqdepth
impl RefUnwindSafe for Ptxqdepth
impl Send for Ptxqdepth
impl Sync for Ptxqdepth
impl Unpin for Ptxqdepth
impl UnwindSafe for Ptxqdepth
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)