pub enum DriverRegistrarEvent {
_UnknownEvent {
ordinal: u64,
},
}
Variants§
_UnknownEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DriverRegistrarEvent
impl RefUnwindSafe for DriverRegistrarEvent
impl Send for DriverRegistrarEvent
impl Sync for DriverRegistrarEvent
impl Unpin for DriverRegistrarEvent
impl UnwindSafe for DriverRegistrarEvent
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