Struct idalib_sys::hexrays::carg_t
#[repr(C, align(8))]pub struct carg_t { /* private fields */ }
Expand description
Function argument
Implementations§
Trait Implementations§
§impl ExternType for carg_t
impl ExternType for carg_t
§impl MakeCppStorage for carg_t
impl MakeCppStorage for carg_t
§unsafe fn allocate_uninitialized_cpp_storage() -> *mut carg_t
unsafe fn allocate_uninitialized_cpp_storage() -> *mut carg_t
Allocates heap space for this type in C++ and return a pointer
to that space, but do not initialize that space (i.e. do not
yet call a constructor). Read more
§unsafe fn free_uninitialized_cpp_storage(arg0: *mut carg_t)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut carg_t)
Frees a C++ allocation which has not yet
had a constructor called. Read more
impl UniquePtrTarget for carg_t
impl WeakPtrTarget for carg_t
Auto Trait Implementations§
impl !Freeze for carg_t
impl !RefUnwindSafe for carg_t
impl !Send for carg_t
impl !Sync for carg_t
impl !Unpin for carg_t
impl UnwindSafe for carg_t
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