Struct rubble::att::Handle [−][src]
pub struct Handle(u16);Expand description
A 16-bit handle uniquely identifying an attribute on an ATT server.
The 0x0000 handle (NULL) is invalid and must not be used.
Tuple Fields
0: u16Implementations
The 0x0000 handle is not used for actual attributes, but as a special placeholder when no
attribute handle is valid (eg. in error responses).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Handle
impl UnwindSafe for Handle
Blanket Implementations
Mutably borrows from an owned value. Read more