#[no_mangle]#[repr(C)]pub struct RefAnyPtr {
pub ptr: *mut c_void,
}
Expand description
Pointer to rust-allocated Box<RefAny>
struct
Fields§
§ptr: *mut c_void
Auto Trait Implementations§
impl Freeze for RefAnyPtr
impl RefUnwindSafe for RefAnyPtr
impl !Send for RefAnyPtr
impl !Sync for RefAnyPtr
impl Unpin for RefAnyPtr
impl UnwindSafe for RefAnyPtr
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