Struct soup_sys::SoupRange[][src]

#[repr(C)]
pub struct SoupRange { pub start: i64, pub end: i64, }

Fields

Trait Implementations

impl Debug for SoupRange
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SoupRange

impl Sync for SoupRange