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