pub enum SFrameFREStackOffset {
I8(i8),
I16(i16),
I32(i32),
}Expand description
SFrame FRE Stack Offset
Ref: https://sourceware.org/binutils/docs/sframe-spec.html#SFrame-Frame-Row-Entries
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SFrameFREStackOffset
impl Clone for SFrameFREStackOffset
Source§fn clone(&self) -> SFrameFREStackOffset
fn clone(&self) -> SFrameFREStackOffset
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 SFrameFREStackOffset
impl Debug for SFrameFREStackOffset
impl Copy for SFrameFREStackOffset
Auto Trait Implementations§
impl Freeze for SFrameFREStackOffset
impl RefUnwindSafe for SFrameFREStackOffset
impl Send for SFrameFREStackOffset
impl Sync for SFrameFREStackOffset
impl Unpin for SFrameFREStackOffset
impl UnwindSafe for SFrameFREStackOffset
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