Struct rubble::att::NoAttributes[][src]

pub struct NoAttributes;
Expand description

An empty attribute set.

FIXME: Is this even legal according to the spec?

Trait Implementations

Calls a closure f with every attribute whose handle is inside range, ascending. Read more

Returns whether uuid is a valid grouping attribute type that can be used in Read By Group Type requests. Read more

Queries the last attribute that is part of the attribute group denoted by the grouping attribute at handle. Read more

Retrieves the permissions for the given attribute. Read more

Attempts to write data to the given attribute. Read more

If this read is from dynamic data fill the buffer and return the length of the data. If not return None. Read more

In order to write data longer than what would fit one write request the procedure is explained in BLUETOOTH CORE SPECIFICATION Version 5.2 | Vol 3, Part F section 3.4.6. Read more

In order to write data longer than what would fit one write request the procedure is explained in BLUETOOTH CORE SPECIFICATION Version 5.2 | Vol 3, Part F section 3.4.6. Read more

See BLUETOOTH CORE SPECIFICATION Version 5.2 | Vol 3, Part F section 3.4.3.1 on what to implement here.

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.

Should always be Self

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.