#[repr(C)]pub struct RawCallInfo {
pub base: *mut RawTValue,
pub function: *mut RawTValue,
pub top: *mut RawTValue,
pub proto: *mut RawProto,
pub saved: RawCallInfoSaved,
pub n_results: i32,
pub flags: u32,
}Fields§
§base: *mut RawTValue§function: *mut RawTValue§top: *mut RawTValue§proto: *mut RawProto§saved: RawCallInfoSaved§n_results: i32§flags: u32Auto Trait Implementations§
impl !Send for RawCallInfo
impl !Sync for RawCallInfo
impl Freeze for RawCallInfo
impl RefUnwindSafe for RawCallInfo
impl Unpin for RawCallInfo
impl UnsafeUnpin for RawCallInfo
impl UnwindSafe for RawCallInfo
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