MCPcopy Create free account
hub / github.com/deviceplug/btleplug / into_inner

Method into_inner

src/api/bdaddr.rs:138–140  ·  view source on GitHub ↗

Destruct the address into the underlying array.

(self)

Source from the content-addressed store, hash-verified

136impl BDAddr {
137 /// Destruct the address into the underlying array.
138 pub fn into_inner(self) -> [u8; 6] {
139 self.address
140 }
141
142 /// Check if this address is a randomly generated.
143 pub fn is_random_static(&self) -> bool {

Callers 7

fromMethod · 0.80
readMethod · 0.80
read_descriptorMethod · 0.80
get_valueMethod · 0.80
try_fromMethod · 0.80

Calls

no outgoing calls

Tested by 1