#[repr(C)]pub struct StackSummary {
pub contents: *mut StackSummaryEntry,
pub size: u32,
pub capacity: u32,
}
Fields§
§contents: *mut StackSummaryEntry
§size: u32
§capacity: u32
Trait Implementations§
Source§impl Clone for StackSummary
impl Clone for StackSummary
Source§fn clone(&self) -> StackSummary
fn clone(&self) -> StackSummary
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for StackSummary
Auto Trait Implementations§
impl Freeze for StackSummary
impl RefUnwindSafe for StackSummary
impl !Send for StackSummary
impl !Sync for StackSummary
impl Unpin for StackSummary
impl UnwindSafe for StackSummary
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