Struct CALLFRAMEPARAMINFO
#[repr(C)]pub struct CALLFRAMEPARAMINFO {
pub fIn: bool,
pub fOut: bool,
pub stackOffset: u32,
pub cbParam: u32,
}
Fields§
§fIn: bool
§fOut: bool
§stackOffset: u32
§cbParam: u32
Trait Implementations§
§impl Clone for CALLFRAMEPARAMINFO
impl Clone for CALLFRAMEPARAMINFO
§fn clone(&self) -> CALLFRAMEPARAMINFO
fn clone(&self) -> CALLFRAMEPARAMINFO
Returns a copy 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 more§impl Debug for CALLFRAMEPARAMINFO
impl Debug for CALLFRAMEPARAMINFO
§impl Default for CALLFRAMEPARAMINFO
impl Default for CALLFRAMEPARAMINFO
§impl PartialEq for CALLFRAMEPARAMINFO
impl PartialEq for CALLFRAMEPARAMINFO
impl Copy for CALLFRAMEPARAMINFO
impl StructuralPartialEq for CALLFRAMEPARAMINFO
Auto Trait Implementations§
impl Freeze for CALLFRAMEPARAMINFO
impl RefUnwindSafe for CALLFRAMEPARAMINFO
impl Send for CALLFRAMEPARAMINFO
impl Sync for CALLFRAMEPARAMINFO
impl Unpin for CALLFRAMEPARAMINFO
impl UnwindSafe for CALLFRAMEPARAMINFO
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