#[repr(C)]pub struct CALLFRAMEPARAMINFO {
pub fIn: u8,
pub fOut: u8,
pub stackOffset: u32,
pub cbParam: u32,
}Fields§
§fIn: u8§fOut: u8§stackOffset: u32§cbParam: u32Trait Implementations§
Source§impl Abi for CALLFRAMEPARAMINFO
impl Abi for CALLFRAMEPARAMINFO
Source§type Abi = CALLFRAMEPARAMINFO
type Abi = CALLFRAMEPARAMINFO
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for CALLFRAMEPARAMINFO
impl Clone for CALLFRAMEPARAMINFO
Source§fn clone(&self) -> CALLFRAMEPARAMINFO
fn clone(&self) -> CALLFRAMEPARAMINFO
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 CALLFRAMEPARAMINFO
impl Debug for CALLFRAMEPARAMINFO
Source§impl Default for CALLFRAMEPARAMINFO
impl Default for CALLFRAMEPARAMINFO
Source§impl PartialEq for CALLFRAMEPARAMINFO
impl PartialEq for CALLFRAMEPARAMINFO
impl Copy for CALLFRAMEPARAMINFO
impl Eq 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