#[repr(C)]pub struct IRCallee {
pub regparms: Int,
pub name: *const HChar,
pub addr: *mut c_void,
pub mcx_mask: UInt,
}
Fields§
§regparms: Int
§name: *const HChar
§addr: *mut c_void
§mcx_mask: UInt
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRCallee
impl RefUnwindSafe for IRCallee
impl !Send for IRCallee
impl !Sync for IRCallee
impl Unpin for IRCallee
impl UnwindSafe for IRCallee
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