Enum moa_m68k::assembler::RelocationType
source · pub enum RelocationType {
Displacement,
Word(String),
Long(String),
}
Variants§
Auto Trait Implementations§
impl Freeze for RelocationType
impl RefUnwindSafe for RelocationType
impl Send for RelocationType
impl Sync for RelocationType
impl Unpin for RelocationType
impl UnwindSafe for RelocationType
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
source§impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
source§fn into_address(self) -> T
fn into_address(self) -> T
Translate the given address into an address of type
T