pub enum RdftKind {
R2hc,
Hc2r,
}Expand description
Which codelet direction to generate.
Variants§
Trait Implementations§
impl Copy for RdftKind
impl Eq for RdftKind
impl StructuralPartialEq for RdftKind
Auto Trait Implementations§
impl Freeze for RdftKind
impl RefUnwindSafe for RdftKind
impl Send for RdftKind
impl Sync for RdftKind
impl Unpin for RdftKind
impl UnsafeUnpin for RdftKind
impl UnwindSafe for RdftKind
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