You could make a container struct:

    struct Dev {
        ptr: *mut InternalDev
    }

and then impl your methods on that.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to