pub type RawOffset = i64;
Expand description
The raw, untyped offset.
Trait Implementations
sourceimpl From<ByteOffset> for RawOffset
impl From<ByteOffset> for RawOffset
sourcefn from(offset: ByteOffset) -> RawOffset
fn from(offset: ByteOffset) -> RawOffset
Performs the conversion.
sourceimpl From<ColumnOffset> for RawOffset
impl From<ColumnOffset> for RawOffset
sourcefn from(offset: ColumnOffset) -> RawOffset
fn from(offset: ColumnOffset) -> RawOffset
Performs the conversion.
sourceimpl From<LineOffset> for RawOffset
impl From<LineOffset> for RawOffset
sourcefn from(offset: LineOffset) -> RawOffset
fn from(offset: LineOffset) -> RawOffset
Performs the conversion.