pub enum AssemblySection {
Text,
Data,
BSS,
ROData,
}
Variants§
Trait Implementations§
Source§impl Clone for AssemblySection
impl Clone for AssemblySection
Source§fn clone(&self) -> AssemblySection
fn clone(&self) -> AssemblySection
Returns a copy 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 AssemblySection
impl Debug for AssemblySection
Source§impl Display for AssemblySection
impl Display for AssemblySection
Source§impl Hash for AssemblySection
impl Hash for AssemblySection
Source§impl PartialEq for AssemblySection
impl PartialEq for AssemblySection
Source§impl Serialize for AssemblySection
impl Serialize for AssemblySection
impl Copy for AssemblySection
impl Eq for AssemblySection
impl StructuralPartialEq for AssemblySection
Auto Trait Implementations§
impl Freeze for AssemblySection
impl RefUnwindSafe for AssemblySection
impl Send for AssemblySection
impl Sync for AssemblySection
impl Unpin for AssemblySection
impl UnwindSafe for AssemblySection
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