MCPcopy Create free account
hub / github.com/emberian/evdev / into_iter

Method into_iter

src/attribute_set.rs:88–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 type IntoIter = AttributeSetRefIter<'a, T>;
87
88 fn into_iter(self) -> Self::IntoIter {
89 AttributeSetRefIter {
90 _indexer: std::marker::PhantomData,
91 inner: self.bitslice.iter_ones(),
92 offset: 0,
93 }
94 }
95}
96
97pub struct AttributeSetRefIter<'a, T> {

Callers 5

get_absinfoMethod · 0.80
iterMethod · 0.80
from_iterMethod · 0.80
pick_deviceFunction · 0.80

Calls

no outgoing calls

Tested by 1