pub enum DirectiveName {
Show 37 variants
Org,
Here,
Macro,
EndMacro,
Defl,
Defn,
ReDefl,
ReDefn,
IsDef,
UnDef,
Echo,
Die,
Assert,
Db,
Dw,
Ds,
Include,
Incbin,
Struct,
EndStruct,
SizeOf,
Align,
String,
Bin,
Hex,
Label,
Meta,
GetMeta,
EndMeta,
Each,
EndEach,
Count,
Parse,
Segment,
If,
EndIf,
Entropy,
}Variants§
Org
Here
Macro
EndMacro
Defl
Defn
ReDefl
ReDefn
IsDef
UnDef
Echo
Die
Assert
Db
Dw
Ds
Include
Incbin
Struct
EndStruct
SizeOf
Align
String
Bin
Hex
Label
Meta
GetMeta
EndMeta
Each
EndEach
Count
Parse
Segment
If
EndIf
Entropy
Trait Implementations§
Source§impl Clone for DirectiveName
impl Clone for DirectiveName
Source§fn clone(&self) -> DirectiveName
fn clone(&self) -> DirectiveName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DirectiveName
impl Debug for DirectiveName
Source§impl Display for DirectiveName
impl Display for DirectiveName
impl Copy for DirectiveName
Auto Trait Implementations§
impl Freeze for DirectiveName
impl RefUnwindSafe for DirectiveName
impl Send for DirectiveName
impl Sync for DirectiveName
impl Unpin for DirectiveName
impl UnsafeUnpin for DirectiveName
impl UnwindSafe for DirectiveName
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