pub struct Nptxqspcavail(/* private fields */);Implementations§
Source§impl Nptxqspcavail
impl Nptxqspcavail
Source§impl Nptxqspcavail
impl Nptxqspcavail
Trait Implementations§
Source§impl Clone for Nptxqspcavail
impl Clone for Nptxqspcavail
Source§fn clone(&self) -> Nptxqspcavail
fn clone(&self) -> Nptxqspcavail
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 Nptxqspcavail
impl Debug for Nptxqspcavail
Source§impl From<Nptxqspcavail> for u8
impl From<Nptxqspcavail> for u8
Source§fn from(val: Nptxqspcavail) -> u8
fn from(val: Nptxqspcavail) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Nptxqspcavail
impl From<u8> for Nptxqspcavail
Source§fn from(val: u8) -> Nptxqspcavail
fn from(val: u8) -> Nptxqspcavail
Converts to this type from the input type.
Source§impl Ord for Nptxqspcavail
impl Ord for Nptxqspcavail
Source§fn cmp(&self, other: &Nptxqspcavail) -> Ordering
fn cmp(&self, other: &Nptxqspcavail) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Nptxqspcavail
impl PartialEq for Nptxqspcavail
Source§impl PartialOrd for Nptxqspcavail
impl PartialOrd for Nptxqspcavail
impl Copy for Nptxqspcavail
impl Eq for Nptxqspcavail
impl StructuralPartialEq for Nptxqspcavail
Auto Trait Implementations§
impl Freeze for Nptxqspcavail
impl RefUnwindSafe for Nptxqspcavail
impl Send for Nptxqspcavail
impl Sync for Nptxqspcavail
impl Unpin for Nptxqspcavail
impl UnwindSafe for Nptxqspcavail
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)