Enum hip_sys::hiprt::hipLimit_t
source · #[non_exhaustive]#[repr(u32)]pub enum hipLimit_t {
hipLimitStackSize,
hipLimitPrintfFifoSize,
hipLimitMallocHeapSize,
hipLimitRange,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
source§impl Clone for hipLimit_t
impl Clone for hipLimit_t
source§fn clone(&self) -> hipLimit_t
fn clone(&self) -> hipLimit_t
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 hipLimit_t
impl Debug for hipLimit_t
source§impl Hash for hipLimit_t
impl Hash for hipLimit_t
source§impl Ord for hipLimit_t
impl Ord for hipLimit_t
source§fn cmp(&self, other: &hipLimit_t) -> Ordering
fn cmp(&self, other: &hipLimit_t) -> 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<hipLimit_t> for hipLimit_t
impl PartialEq<hipLimit_t> for hipLimit_t
source§fn eq(&self, other: &hipLimit_t) -> bool
fn eq(&self, other: &hipLimit_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<hipLimit_t> for hipLimit_t
impl PartialOrd<hipLimit_t> for hipLimit_t
source§fn partial_cmp(&self, other: &hipLimit_t) -> Option<Ordering>
fn partial_cmp(&self, other: &hipLimit_t) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for hipLimit_t
impl Eq for hipLimit_t
impl StructuralEq for hipLimit_t
impl StructuralPartialEq for hipLimit_t
Auto Trait Implementations§
impl RefUnwindSafe for hipLimit_t
impl Send for hipLimit_t
impl Sync for hipLimit_t
impl Unpin for hipLimit_t
impl UnwindSafe for hipLimit_t
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