pub struct TlsSliceU32<'a, T>(pub &'a [T]);

Tuple Fields

0: &'a [T]

Implementations

Get the raw slice.

Trait Implementations

This is supported on crate feature std only.

Serialize self and write it to the writer. The function returns the number of bytes written to writer. Read more

This is supported on crate feature std only.

Serialize self and return it as a byte vector.

This is supported on crate feature std only.

Serialize self and write it to the writer. The function returns the number of bytes written to writer. Read more

This is supported on crate feature std only.

Serialize self and return it as a byte vector.

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

Performs the conversion.

Performs the conversion.

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.