pub enum MiscDirective {
BlocksAreClusters {
raw: String,
},
}Expand description
Miscellaneous directives defined by the PTX ISA.
Variants§
Trait Implementations§
Source§impl Clone for MiscDirective
impl Clone for MiscDirective
Source§fn clone(&self) -> MiscDirective
fn clone(&self) -> MiscDirective
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 MiscDirective
impl Debug for MiscDirective
Source§impl PartialEq for MiscDirective
impl PartialEq for MiscDirective
impl Eq for MiscDirective
impl StructuralPartialEq for MiscDirective
Auto Trait Implementations§
impl Freeze for MiscDirective
impl RefUnwindSafe for MiscDirective
impl Send for MiscDirective
impl Sync for MiscDirective
impl Unpin for MiscDirective
impl UnwindSafe for MiscDirective
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