Expand description
Schema definitions as Serde serializable structures and enums
Modules§
Structs§
- Clear
- Clear
Args - Clear
Builder - Color
- Color
Args - Color
Builder - Command
- Command
Union Table Offset - Image
- Image
Args - Image
Builder - Image
Type - Image
Type Union Table Offset - RawImage
- RawImage
Args - RawImage
Builder - Register
- Register
Args - Register
Builder - Reply
- Reply
Args - Reply
Builder - Request
- Request
Args - Request
Builder
Enums§
Constants§
- ENUM_
MAX_ COMMAND Deprecated - ENUM_
MAX_ IMAGE_ TYPE Deprecated - ENUM_
MIN_ COMMAND Deprecated - ENUM_
MIN_ IMAGE_ TYPE Deprecated - ENUM_
VALUES_ COMMAND Deprecated - ENUM_
VALUES_ IMAGE_ TYPE Deprecated
Functions§
- finish_
reply_ buffer - finish_
request_ buffer - finish_
size_ prefixed_ reply_ buffer - finish_
size_ prefixed_ request_ buffer - root_
as_ reply - Verifies that a buffer of bytes contains a
Replyand returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior useroot_as_reply_unchecked. - root_
as_ ⚠reply_ unchecked - Assumes, without verification, that a buffer of bytes contains a Reply and returns it.
- root_
as_ reply_ with_ opts - Verifies, with the given options, that a buffer of bytes
contains a
Replyand returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior useroot_as_reply_unchecked. - root_
as_ request - Verifies that a buffer of bytes contains a
Requestand returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior useroot_as_request_unchecked. - root_
as_ ⚠request_ unchecked - Assumes, without verification, that a buffer of bytes contains a Request and returns it.
- root_
as_ request_ with_ opts - Verifies, with the given options, that a buffer of bytes
contains a
Requestand returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior useroot_as_request_unchecked. - size_
prefixed_ root_ as_ reply - Verifies that a buffer of bytes contains a size prefixed
Replyand returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior usesize_prefixed_root_as_reply_unchecked. - size_
prefixed_ ⚠root_ as_ reply_ unchecked - Assumes, without verification, that a buffer of bytes contains a size prefixed Reply and returns it.
- size_
prefixed_ root_ as_ reply_ with_ opts - Verifies, with the given verifier options, that a buffer of
bytes contains a size prefixed
Replyand returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior useroot_as_reply_unchecked. - size_
prefixed_ root_ as_ request - Verifies that a buffer of bytes contains a size prefixed
Requestand returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior usesize_prefixed_root_as_request_unchecked. - size_
prefixed_ ⚠root_ as_ request_ unchecked - Assumes, without verification, that a buffer of bytes contains a size prefixed Request and returns it.
- size_
prefixed_ root_ as_ request_ with_ opts - Verifies, with the given verifier options, that a buffer of
bytes contains a size prefixed
Requestand returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior useroot_as_request_unchecked.