pub enum SFrameFREStartAddress {
U8(u8),
U16(u16),
U32(u32),
}Expand description
SFrame FRE Start Address
Ref: https://sourceware.org/binutils/docs-2.45/sframe-spec.html#SFrame-Frame-Row-Entries
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SFrameFREStartAddress
impl Clone for SFrameFREStartAddress
Source§fn clone(&self) -> SFrameFREStartAddress
fn clone(&self) -> SFrameFREStartAddress
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 SFrameFREStartAddress
impl Debug for SFrameFREStartAddress
impl Copy for SFrameFREStartAddress
Auto Trait Implementations§
impl Freeze for SFrameFREStartAddress
impl RefUnwindSafe for SFrameFREStartAddress
impl Send for SFrameFREStartAddress
impl Sync for SFrameFREStartAddress
impl Unpin for SFrameFREStartAddress
impl UnwindSafe for SFrameFREStartAddress
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