pub struct RxFilter<'a>(/* private fields */);Expand description
Producer of receiver filter update requests
Range removal requests may cover the entire ID range. The driver should efficiently process range requests with complexity bounded by the number of removed or remaining entries, not the range size.
Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for RxFilter<'a>
impl<'a> !UnwindSafe for RxFilter<'a>
impl<'a> Freeze for RxFilter<'a>
impl<'a> Send for RxFilter<'a>
impl<'a> Sync for RxFilter<'a>
impl<'a> Unpin for RxFilter<'a>
impl<'a> UnsafeUnpin for RxFilter<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more