Enum rustable::BluezOptions[][src]

pub enum BluezOptions<'fds, 'buf> {
Show variants Bool(bool), U16(u16), Str(&'buf str), OwnedStr(String), Path(&'buf ObjectPath), OwnedPath(ObjectPathBuf), Buf(&'buf [u8]), OwnedBuf(Vec<u8>), Paths(Vec<&'buf ObjectPath>), OwnedPaths(Vec<ObjectPathBuf>), Flags(Vec<&'buf str>), UUIDs(Vec<UUID>), DataMap(HashMap<String, Vec<u8>>), UUIDMap(HashMap<UUID, Vec<u8>>), Catchall(Variant<'fds, 'buf>),
}

Variants

Bool(bool)
U16(u16)
Str(&'buf str)
OwnedStr(String)
Path(&'buf ObjectPath)
OwnedPath(ObjectPathBuf)
OwnedBuf(Vec<u8>)
Paths(Vec<&'buf ObjectPath>)
OwnedPaths(Vec<ObjectPathBuf>)
Flags(Vec<&'buf str>)
UUIDs(Vec<UUID>)
DataMap(HashMap<String, Vec<u8>>)
UUIDMap(HashMap<UUID, Vec<u8>>)
Catchall(Variant<'fds, 'buf>)

Trait Implementations

Formats the value using the given formatter. Read more

If this returns true, it indicates that for implementing type T, Rust’s [T] is identical to DBus’s array format and can be copied into a message after aligning the first element. Read more

Appends the signature of the type to the SignatureBuffer. Read more

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.