#[repr(transparent)]pub struct UnwindEntryPod(pub UnwindEntry);Tuple Fields§
§0: UnwindEntryTrait Implementations§
Source§impl Clone for UnwindEntryPod
impl Clone for UnwindEntryPod
Source§fn clone(&self) -> UnwindEntryPod
fn clone(&self) -> UnwindEntryPod
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 UnwindEntryPod
impl Debug for UnwindEntryPod
impl Copy for UnwindEntryPod
impl Pod for UnwindEntryPod
Auto Trait Implementations§
impl Freeze for UnwindEntryPod
impl RefUnwindSafe for UnwindEntryPod
impl Send for UnwindEntryPod
impl Sync for UnwindEntryPod
impl Unpin for UnwindEntryPod
impl UnwindSafe for UnwindEntryPod
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