Searched defs:FilterId (Results 1 – 9 of 9) sorted by relevance
91 pub struct FilterId(u64); struct617 fn id(&self) -> FilterId { in id()887 impl FilterId { impl995 impl fmt::Debug for FilterId { implementation1016 impl fmt::Binary for FilterId { implementation1031 pub(crate) fn set(self, FilterId(mask): FilterId, enabled: bool) -> Self { in set() argument1093 fn set(&self, filter: FilterId, enabled: bool) { in set()1162 fn did_enable(&self, filter: FilterId, f: impl FnOnce()) { in did_enable()1194 fn and(&self, filter: FilterId, f: impl FnOnce() -> bool) -> bool { in and()
148 fn register_filter(&mut self) -> FilterId { in register_filter()
377 fn register_filter(&mut self) -> FilterId { in register_filter()
85 for (unsigned FilterId : FilterIds) { in computeActionsTable() local
396 fn register_filter(&mut self) -> FilterId { in register_filter()
3158 NDIS_RECEIVE_FILTER_ID FilterId; member3173 NDIS_RECEIVE_FILTER_ID FilterId; member3258 NDIS_RECEIVE_FILTER_ID FilterId; member4141 NDIS_RECEIVE_FILTER_ID FilterId; member
5395 ULONG FilterId; member5422 ULONG FilterId; member
6104 "FilterId":{ object21240 "FilterId":{ object21313 "FilterId":{ object23911 "FilterId":{ object28080 "FilterId":{ object28157 "FilterId":{ object28276 "FilterId":{ object
33880 pub fn FilterId(&self) -> DWORD { in FilterId() method33908 let FilterId: u32 = unsafe { ::std::mem::transmute(FilterId) }; localVariable