pub struct WarpId(/* private fields */);Expand description
A warp identifier within a thread block.
Implementations§
Trait Implementations§
impl Copy for WarpId
impl Eq for WarpId
impl StructuralPartialEq for WarpId
Auto Trait Implementations§
impl Freeze for WarpId
impl RefUnwindSafe for WarpId
impl Send for WarpId
impl Sync for WarpId
impl Unpin for WarpId
impl UnsafeUnpin for WarpId
impl UnwindSafe for WarpId
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