Struct soup_sys::SoupRange[][src]

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

Fields

Trait Implementations

impl Copy for SoupRange
[src]

impl Clone for SoupRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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