Docs.rs
  • re_set-lib-2.0.0
    • re_set-lib 2.0.0
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • DashieTM
    • takotori
    • Dependencies
      • dbus ^0.9.7 normal
      • directories-next ^2.0.0 normal
      • libpulse-binding ^2.0 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • 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

re_set_lib2.0.0

GetVal

Required Methods

  • get_value

Implementors

In re_set_lib::signals

?
Change settings

Trait re_set_lib::signals::GetVal

source ·
pub trait GetVal<T> {
    // Required method
    fn get_value(&self) -> T;
}

Required Methods§

source

fn get_value(&self) -> T

Implementors§

source§

impl GetVal<(u32,)> for InputStreamRemoved

source§

impl GetVal<(u32,)> for OutputStreamRemoved

source§

impl GetVal<(u32,)> for SinkRemoved

source§

impl GetVal<(u32,)> for SourceRemoved

source§

impl GetVal<(InputStream,)> for InputStreamAdded

source§

impl GetVal<(OutputStream,)> for OutputStreamAdded

source§

impl GetVal<(Sink,)> for SinkAdded

source§

impl GetVal<(Sink,)> for SinkChanged

source§

impl GetVal<(Source,)> for SourceAdded

source§

impl GetVal<(Source,)> for SourceChanged

source§

impl GetVal<(BluetoothDevice,)> for BluetoothDeviceAdded

source§

impl GetVal<(BluetoothDevice,)> for BluetoothDeviceChanged

source§

impl GetVal<(AccessPoint,)> for AccessPointAdded

source§

impl GetVal<(AccessPoint,)> for AccessPointChanged

source§

impl GetVal<(WifiDevice,)> for WifiDeviceChanged

source§

impl GetVal<(Path<'static>,)> for AccessPointRemoved

source§

impl GetVal<(Path<'static>,)> for BluetoothDeviceRemoved