#[repr(C)]pub struct StackSummaryEntry {
pub position: Length,
pub depth: c_uint,
pub state: u16,
}
Fields§
§position: Length
§depth: c_uint
§state: u16
Trait Implementations§
Source§impl Clone for StackSummaryEntry
impl Clone for StackSummaryEntry
Source§fn clone(&self) -> StackSummaryEntry
fn clone(&self) -> StackSummaryEntry
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 StackSummaryEntry
Auto Trait Implementations§
impl Freeze for StackSummaryEntry
impl RefUnwindSafe for StackSummaryEntry
impl Send for StackSummaryEntry
impl Sync for StackSummaryEntry
impl Unpin for StackSummaryEntry
impl UnwindSafe for StackSummaryEntry
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