Docs.rs
  • ironrdp-core-0.1.5
    • ironrdp-core 0.1.5
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • awakecoding
    • github:devolutions:crates-io
    • CBenoit
    • devolutionsinfra
    • Dependencies
      • ironrdp-error ^0.1 normal
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

ironrdp_core0.1.5

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • NotEnoughBytesError
  • ReadCursor
  • WriteCursor

Enums

  • DecodeErrorKind
  • EncodeErrorKind

Traits

  • AsAny
  • Decode
  • DecodeOwned
  • Encode
  • IntoOwned
  • InvalidFieldErr
  • NotEnoughBytesErr
  • OtherErr
  • UnexpectedMessageTypeErr
  • UnsupportedValueErr
  • UnsupportedVersionErr
  • WithSource

Macros

  • assert_impl
  • assert_obj_safe
  • cast_int
  • cast_length
  • ensure_fixed_part_size
  • ensure_size
  • function
  • impl_as_any
  • invalid_field_err
  • not_enough_bytes_err
  • other_err
  • read_padding
  • unexpected_message_type_err
  • unsupported_value_err
  • unsupported_version_err
  • write_padding

Functions

  • decode
  • decode_cursor
  • decode_owned
  • decode_owned_cursor
  • encode
  • encode_cursor
  • invalid_field_err
  • invalid_field_err_with_source
  • name
  • not_enough_bytes_err
  • other_err
  • other_err_with_source
  • read_padding
  • size
  • unexpected_message_type_err
  • unsupported_value_err
  • unsupported_version_err
  • write_padding

Type Aliases

  • DecodeError
  • DecodeResult
  • EncodeError
  • EncodeResult