pub type RawOffset = i64;
Expand description
The raw, untyped offset.
Trait Implementations§
source§impl From<ByteOffset> for RawOffset
impl From<ByteOffset> for RawOffset
source§fn from(offset: ByteOffset) -> RawOffset
fn from(offset: ByteOffset) -> RawOffset
Converts to this type from the input type.
source§impl From<ColumnOffset> for RawOffset
impl From<ColumnOffset> for RawOffset
source§fn from(offset: ColumnOffset) -> RawOffset
fn from(offset: ColumnOffset) -> RawOffset
Converts to this type from the input type.
source§impl From<LineOffset> for RawOffset
impl From<LineOffset> for RawOffset
source§fn from(offset: LineOffset) -> RawOffset
fn from(offset: LineOffset) -> RawOffset
Converts to this type from the input type.