#[repr(C)]pub(crate) struct SigStackRaw {
pub(crate) ss_sp: u64,
pub(crate) ss_flags: i32,
pub(crate) ss_size: usize,
}Fields§
§ss_sp: u64§ss_flags: i32§ss_size: usizeTrait Implementations§
Source§impl Clone for SigStackRaw
impl Clone for SigStackRaw
Source§fn clone(&self) -> SigStackRaw
fn clone(&self) -> SigStackRaw
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 moreimpl Copy for SigStackRaw
Auto Trait Implementations§
impl Freeze for SigStackRaw
impl RefUnwindSafe for SigStackRaw
impl Send for SigStackRaw
impl Sync for SigStackRaw
impl Unpin for SigStackRaw
impl UnsafeUnpin for SigStackRaw
impl UnwindSafe for SigStackRaw
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