pub struct Segment { /* private fields */ }
Expand description

Container for Chunk and Keyframe data

Implementations

The segment’s ID

The length in bytes of the segment’s data

The offset in bytes from the segment headers’ end at which the segment’s data starts

Whether the segment’s data section is loaded

Get the raw segment’s data

Get the raw segment’s data as a mutable Vec

__WARNING:__This should only be used if you decrypt/load segment data yourself

Build a new segment headet from a payload’s data

This does not load the segment’s data section

Use from_slice instead

Build a new segment headet from a payload’s data

This does not load the segment’s data section

Attach data to the Segment

CAUTION: no validation is performed on the provided data, ensure that the provided vec is the segment’s vec

Whether this segment is a chunk

Whether this segment is a keyframe

Get a section iterator over the data of the segment

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.