pub struct UnwindFlag(pub u8);Expand description
Stringifies the UNW_FLAG_* constants for UNWIND_INFO flags.
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Clone for UnwindFlag
impl Clone for UnwindFlag
Source§fn clone(&self) -> UnwindFlag
fn clone(&self) -> UnwindFlag
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 FromStr for UnwindFlag
impl FromStr for UnwindFlag
impl Copy for UnwindFlag
Auto Trait Implementations§
impl Freeze for UnwindFlag
impl RefUnwindSafe for UnwindFlag
impl Send for UnwindFlag
impl Sync for UnwindFlag
impl Unpin for UnwindFlag
impl UnwindSafe for UnwindFlag
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