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