#[repr(u32)]pub enum hipStreamCaptureMode {
hipStreamCaptureModeGlobal = 0,
hipStreamCaptureModeThreadLocal = 1,
hipStreamCaptureModeRelaxed = 2,
}Variants§
Trait Implementations§
Source§impl Clone for hipStreamCaptureMode
impl Clone for hipStreamCaptureMode
Source§fn clone(&self) -> hipStreamCaptureMode
fn clone(&self) -> hipStreamCaptureMode
Returns a duplicate 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 hipStreamCaptureMode
impl Debug for hipStreamCaptureMode
Source§impl Hash for hipStreamCaptureMode
impl Hash for hipStreamCaptureMode
Source§impl PartialEq for hipStreamCaptureMode
impl PartialEq for hipStreamCaptureMode
impl Copy for hipStreamCaptureMode
impl Eq for hipStreamCaptureMode
impl StructuralPartialEq for hipStreamCaptureMode
Auto Trait Implementations§
impl Freeze for hipStreamCaptureMode
impl RefUnwindSafe for hipStreamCaptureMode
impl Send for hipStreamCaptureMode
impl Sync for hipStreamCaptureMode
impl Unpin for hipStreamCaptureMode
impl UnwindSafe for hipStreamCaptureMode
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