#[repr(i32)]pub enum CUstreamUpdateCaptureDependencies_flags {
CU_STREAM_ADD_CAPTURE_DEPENDENCIES = 0,
CU_STREAM_SET_CAPTURE_DEPENDENCIES = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for CUstreamUpdateCaptureDependencies_flags_enum
impl Clone for CUstreamUpdateCaptureDependencies_flags_enum
Source§fn clone(&self) -> CUstreamUpdateCaptureDependencies_flags_enum
fn clone(&self) -> CUstreamUpdateCaptureDependencies_flags_enum
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 Ord for CUstreamUpdateCaptureDependencies_flags_enum
impl Ord for CUstreamUpdateCaptureDependencies_flags_enum
Source§fn cmp(&self, other: &CUstreamUpdateCaptureDependencies_flags_enum) -> Ordering
fn cmp(&self, other: &CUstreamUpdateCaptureDependencies_flags_enum) -> 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 CUstreamUpdateCaptureDependencies_flags_enum
impl PartialEq for CUstreamUpdateCaptureDependencies_flags_enum
Source§fn eq(&self, other: &CUstreamUpdateCaptureDependencies_flags_enum) -> bool
fn eq(&self, other: &CUstreamUpdateCaptureDependencies_flags_enum) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for CUstreamUpdateCaptureDependencies_flags_enum
impl PartialOrd for CUstreamUpdateCaptureDependencies_flags_enum
impl Copy for CUstreamUpdateCaptureDependencies_flags_enum
impl Eq for CUstreamUpdateCaptureDependencies_flags_enum
impl StructuralPartialEq for CUstreamUpdateCaptureDependencies_flags_enum
Auto Trait Implementations§
impl Freeze for CUstreamUpdateCaptureDependencies_flags_enum
impl RefUnwindSafe for CUstreamUpdateCaptureDependencies_flags_enum
impl Send for CUstreamUpdateCaptureDependencies_flags_enum
impl Sync for CUstreamUpdateCaptureDependencies_flags_enum
impl Unpin for CUstreamUpdateCaptureDependencies_flags_enum
impl UnwindSafe for CUstreamUpdateCaptureDependencies_flags_enum
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