pub enum SFrameFDEType {
PCInc,
PCMask,
}Expand description
SFrame FDE Types
Ref: https://sourceware.org/binutils/docs/sframe-spec.html#The-SFrame-FDE-Types
Variants§
Trait Implementations§
Source§impl Clone for SFrameFDEType
impl Clone for SFrameFDEType
Source§fn clone(&self) -> SFrameFDEType
fn clone(&self) -> SFrameFDEType
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 SFrameFDEType
impl Debug for SFrameFDEType
impl Copy for SFrameFDEType
Auto Trait Implementations§
impl Freeze for SFrameFDEType
impl RefUnwindSafe for SFrameFDEType
impl Send for SFrameFDEType
impl Sync for SFrameFDEType
impl Unpin for SFrameFDEType
impl UnwindSafe for SFrameFDEType
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