Docs.rs
  • rfb2-0.1.1
    • rfb2 0.1.1
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • gkgoat1
    • Dependencies
      • ascii ^1.1 normal
      • async-trait ^0.1.80 normal
      • bitflags ^2.4 normal
      • env_logger ^0.11 normal
      • futures ^0.3.30 normal
      • log ^0.4.17 normal
      • thiserror ^1.0 normal
      • tokio ^1 normal
      • anyhow ^1.0 dev
      • clap ^4.5 dev
      • image ^0.25.1 dev
    • Versions
    • 10.73% of the crate is documented
  • Go to latest version
  • 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

rfb0.1.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • encodings::RawEncoding
  • keysym::KeySymError
  • rfb::ClientInit
  • rfb::ColorFormat
  • rfb::ColorMap
  • rfb::CutText
  • rfb::FramebufferUpdate
  • rfb::FramebufferUpdateRequest
  • rfb::KeyEvent
  • rfb::PixelFormat
  • rfb::PointerEvent
  • rfb::Rectangle
  • rfb::SecurityTypes
  • rfb::ServerInit
  • rfb::SetColorMapEntries
  • rfb::_ColorMapEntry
  • server::VncServer
  • server::VncServerConfig
  • server::VncServerData

Enums

  • encodings::EncodingType
  • keysym::AsciiChar
  • keysym::KeySym
  • pixel_formats::PixelFormatError
  • rfb::ClientMessage
  • rfb::ColorSpecification
  • rfb::ProtoVersion
  • rfb::ProtocolError
  • rfb::SecurityResult
  • rfb::SecurityType
  • rfb::_ServerMessage
  • server::HandshakeError

Traits

  • encodings::Encoding
  • rfb::ReadMessage
  • rfb::WriteMessage
  • server::Server

Functions

  • pixel_formats::fourcc::fourcc_to_pixel_format
  • pixel_formats::rgb_888::color_shift_to_index
  • pixel_formats::rgb_888::rgbx_index
  • pixel_formats::rgb_888::transform
  • pixel_formats::rgb_888::unused_index
  • pixel_formats::rgb_888::valid_shift

Constants

  • pixel_formats::fourcc::FOURCC_BX24
  • pixel_formats::fourcc::FOURCC_RX24
  • pixel_formats::fourcc::FOURCC_XB24
  • pixel_formats::fourcc::FOURCC_XR24
  • pixel_formats::rgb_888::BITS_PER_COLOR
  • pixel_formats::rgb_888::BITS_PER_PIXEL
  • pixel_formats::rgb_888::BYTES_PER_PIXEL
  • pixel_formats::rgb_888::DEPTH
  • pixel_formats::rgb_888::MAX_VALUE