Type Alias jptr

Source
pub type jptr = i64;

Trait Implementations§

Source§

impl<Kind> From<Pointer<Kind>> for jptr

Source§

fn from(pointer: Pointer<Kind>) -> Self

Converts to this type from the input type.