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

Method set_value

src/droidplug/jni_utils/mod.rs:66–69  ·  view source on GitHub ↗
(&self, value: bool)

Source from the content-addressed store, hash-verified

64 }
65
66 pub fn set_value(&self, value: bool) {
67 let mut guard = self.0.lock().unwrap();
68 *guard = value;
69 }
70 }
71
72 impl Wake for TestWakerData {

Callers 3

test_jstreamFunction · 0.80
wake_by_refMethod · 0.80
test_waker_wakeFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_jstreamFunction · 0.64
test_waker_wakeFunction · 0.64