Struct SoupRange
soup_sys
#[repr(C)] pub struct SoupRange { pub start: i64, pub end: i64, }
start: i64
end: i64
impl Debug for SoupRange
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for SoupRange
impl Sync for SoupRange