pub struct UnwindOp(pub u8);
Expand description
Stringifies the UWOP_*
constants for UNWIND_CODE
operations.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnwindOp
impl RefUnwindSafe for UnwindOp
impl Send for UnwindOp
impl Sync for UnwindOp
impl Unpin for UnwindOp
impl UnwindSafe for UnwindOp
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