pub enum SFrameFREType {
Addr1,
Addr2,
Addr4,
}Expand description
SFrame FRE Types
Ref: https://sourceware.org/binutils/docs-2.45/sframe-spec.html#The-SFrame-FRE-Types
Variants§
Addr1
SFRAME_FRE_TYPE_ADDR1 The start address offset (in bytes) of the SFrame FRE is an unsigned 8-bit value.
Addr2
SFRAME_FRE_TYPE_ADDR2 The start address offset (in bytes) of the SFrame FRE is an unsigned 16-bit value.
Addr4
SFRAME_FRE_TYPE_ADDR4 The start address offset (in bytes) of the SFrame FRE is an unsigned 32-bit value.
Trait Implementations§
Source§impl Clone for SFrameFREType
impl Clone for SFrameFREType
Source§fn clone(&self) -> SFrameFREType
fn clone(&self) -> SFrameFREType
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 SFrameFREType
impl Debug for SFrameFREType
impl Copy for SFrameFREType
Auto Trait Implementations§
impl Freeze for SFrameFREType
impl RefUnwindSafe for SFrameFREType
impl Send for SFrameFREType
impl Sync for SFrameFREType
impl Unpin for SFrameFREType
impl UnwindSafe for SFrameFREType
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