Function magnus::rb_sys::id_from_raw

source ·
pub unsafe fn id_from_raw(id: ID) -> Id
👎Deprecated since 0.4.0: please use Id::from_raw instead
Available on crate feature rb-sys-interop only.
Expand description

Convert rb_sys::ID to magnus::value::Id.

Safety

You must only supply a valid ID obtained from rb-sys to this function. Using a invalid Id produced from this function will void all saftey guarantees provided by Magnus.