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