pub struct CUnwind;Expand description
Marker type representing the C-unwind calling convention.
Trait Implementations§
impl Copy for CUnwind
Auto Trait Implementations§
impl Freeze for CUnwind
impl RefUnwindSafe for CUnwind
impl Send for CUnwind
impl Sync for CUnwind
impl Unpin for CUnwind
impl UnwindSafe for CUnwind
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