pub enum PtxSpace {
Reg,
Param,
Local,
Shared,
Global,
Const,
}Expand description
PTX address spaces
Variants§
Trait Implementations§
impl StructuralPartialEq for PtxSpace
Auto Trait Implementations§
impl Freeze for PtxSpace
impl RefUnwindSafe for PtxSpace
impl Send for PtxSpace
impl Sync for PtxSpace
impl Unpin for PtxSpace
impl UnsafeUnpin for PtxSpace
impl UnwindSafe for PtxSpace
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