pub struct GenericSection<'a> { /* private fields */ }
Expand description

Generic data container used for quick scans and iteration over a ROFL segment’s data

Implementations

Get full raw internal section

Get the section’s time

The parameters for this packet. The slice may be either 1 or 4 bytes long

The type of the data within the packet

Types should be within u16’s space, however a larger type is used for future-proofing

Create a new GenericDataSegment from a slice.

Providing a slice with the data of multiple GenericDataSegment returns the segment that starts at the first byte of the slice

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The supported section’s ID Read more

Get the supported section’s ID Read more

Get the length of the constant part of the section

Get the length of the variable part of the section

Get the raw variable part of the section if any and supported

Get the full length of the section

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

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. 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.