Struct screen_13::prelude::vk::CuModuleNVX
source · pub struct CuModuleNVX(_);Expand description
Implementations
sourceimpl CuModuleNVX
impl CuModuleNVX
pub const fn null() -> CuModuleNVX
Trait Implementations
sourceimpl Clone for CuModuleNVX
impl Clone for CuModuleNVX
sourcefn clone(&self) -> CuModuleNVX
fn clone(&self) -> CuModuleNVX
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CuModuleNVX
impl Debug for CuModuleNVX
sourceimpl Default for CuModuleNVX
impl Default for CuModuleNVX
sourcefn default() -> CuModuleNVX
fn default() -> CuModuleNVX
Returns the “default value” for a type. Read more
sourceimpl Handle for CuModuleNVX
impl Handle for CuModuleNVX
const TYPE: ObjectType = ObjectType::CU_MODULE_NVX
fn as_raw(self) -> u64
fn from_raw(x: u64) -> CuModuleNVX
sourceimpl Hash for CuModuleNVX
impl Hash for CuModuleNVX
sourceimpl Ord for CuModuleNVX
impl Ord for CuModuleNVX
sourcefn cmp(&self, other: &CuModuleNVX) -> Ordering
fn cmp(&self, other: &CuModuleNVX) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<CuModuleNVX> for CuModuleNVX
impl PartialEq<CuModuleNVX> for CuModuleNVX
sourcefn eq(&self, other: &CuModuleNVX) -> bool
fn eq(&self, other: &CuModuleNVX) -> bool
sourceimpl PartialOrd<CuModuleNVX> for CuModuleNVX
impl PartialOrd<CuModuleNVX> for CuModuleNVX
sourcefn partial_cmp(&self, other: &CuModuleNVX) -> Option<Ordering>
fn partial_cmp(&self, other: &CuModuleNVX) -> Option<Ordering>
1.0.0 · sourcefn 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 moresourceimpl Pointer for CuModuleNVX
impl Pointer for CuModuleNVX
impl Copy for CuModuleNVX
impl Eq for CuModuleNVX
impl StructuralEq for CuModuleNVX
impl StructuralPartialEq for CuModuleNVX
Auto Trait Implementations
impl RefUnwindSafe for CuModuleNVX
impl Send for CuModuleNVX
impl Sync for CuModuleNVX
impl Unpin for CuModuleNVX
impl UnwindSafe for CuModuleNVX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more