Struct pelite::stringify::UnwindFlag
source · [−]pub struct UnwindFlag(pub u8);
Expand description
Stringifies the UNW_FLAG_*
constants for UNWIND_INFO
flags.
Tuple Fields
0: u8
Implementations
sourceimpl UnwindFlag
impl UnwindFlag
Trait Implementations
sourceimpl Clone for UnwindFlag
impl Clone for UnwindFlag
sourcefn clone(&self) -> UnwindFlag
fn clone(&self) -> UnwindFlag
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl FromStr for UnwindFlag
impl FromStr for UnwindFlag
impl Copy for UnwindFlag
Auto Trait Implementations
impl RefUnwindSafe for UnwindFlag
impl Send for UnwindFlag
impl Sync for UnwindFlag
impl Unpin for UnwindFlag
impl UnwindSafe for UnwindFlag
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more