Struct gsk4_sys::GskParseLocation
source · #[repr(C)]pub struct GskParseLocation {
pub bytes: size_t,
pub chars: size_t,
pub lines: size_t,
pub line_bytes: size_t,
pub line_chars: size_t,
}
Fields§
§bytes: size_t
§chars: size_t
§lines: size_t
§line_bytes: size_t
§line_chars: size_t
Trait Implementations§
source§impl Clone for GskParseLocation
impl Clone for GskParseLocation
source§fn clone(&self) -> GskParseLocation
fn clone(&self) -> GskParseLocation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more