Struct yrs::YIdRangeSeq
source · [−]Expand description
Fixed-length sequence of ID ranges. Each range is a pair of [start, end) values, describing the range of items identified by clock values, that this range refers to.
Fields
len: c_intNumber of ranges stored in this sequence.
seq: *mut YIdRangeArray (length is stored in len field) or ranges. Each range is a pair of [start, end)
values, describing continuous collection of items produced by the same client, identified
by clock values, that this range refers to.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for YIdRangeSeq
impl !Send for YIdRangeSeq
impl !Sync for YIdRangeSeq
impl Unpin for YIdRangeSeq
impl UnwindSafe for YIdRangeSeq
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more