Struct windows_sys::Win32::System::Com::CallObj::CALLFRAMEPARAMINFO
[−]#[repr(C)]pub struct CALLFRAMEPARAMINFO {
pub fIn: BOOLEAN,
pub fOut: BOOLEAN,
pub stackOffset: u32,
pub cbParam: u32,
}
Expand description
Required features: "Win32_System_Com_CallObj"
, "Win32_Foundation"
Fields
fIn: BOOLEAN
fOut: BOOLEAN
stackOffset: u32
cbParam: u32
Trait Implementations
impl Clone for CALLFRAMEPARAMINFO
impl Clone for CALLFRAMEPARAMINFO
impl Copy for CALLFRAMEPARAMINFO
Auto Trait Implementations
impl RefUnwindSafe for CALLFRAMEPARAMINFO
impl Send for CALLFRAMEPARAMINFO
impl Sync for CALLFRAMEPARAMINFO
impl Unpin for CALLFRAMEPARAMINFO
impl UnwindSafe for CALLFRAMEPARAMINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more