pub struct SidxRange {
pub end: u64,
pub start: u64,
}Available on crate feature
sidx only.Expand description
A byte range for a subsegment or media fragment indexed by the sidx box.
Fields§
§end: u64The ending byte offset (inclusive) of the subsegment.
start: u64The starting byte offset of the subsegment.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SidxRange
impl RefUnwindSafe for SidxRange
impl Send for SidxRange
impl Sync for SidxRange
impl Unpin for SidxRange
impl UnsafeUnpin for SidxRange
impl UnwindSafe for SidxRange
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more