pub struct DeviceEventFilterWrapper(pub DeviceEventFilter);
Tuple Fields§
§0: DeviceEventFilter
Trait Implementations§
Source§impl From<DeviceEventFilter> for DeviceEventFilterWrapper
impl From<DeviceEventFilter> for DeviceEventFilterWrapper
Source§fn from(item: DeviceEventFilter) -> Self
fn from(item: DeviceEventFilter) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeviceEventFilterWrapper
impl RefUnwindSafe for DeviceEventFilterWrapper
impl Send for DeviceEventFilterWrapper
impl Sync for DeviceEventFilterWrapper
impl Unpin for DeviceEventFilterWrapper
impl UnwindSafe for DeviceEventFilterWrapper
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