pub struct StopUnwindingFrames {
pub name: String,
pub start_address: u64,
pub end_address: u64,
}Fields§
§name: String§start_address: u64§end_address: u64Trait Implementations§
Source§impl Clone for StopUnwindingFrames
impl Clone for StopUnwindingFrames
Source§fn clone(&self) -> StopUnwindingFrames
fn clone(&self) -> StopUnwindingFrames
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 moreAuto Trait Implementations§
impl Freeze for StopUnwindingFrames
impl RefUnwindSafe for StopUnwindingFrames
impl Send for StopUnwindingFrames
impl Sync for StopUnwindingFrames
impl Unpin for StopUnwindingFrames
impl UnsafeUnpin for StopUnwindingFrames
impl UnwindSafe for StopUnwindingFrames
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