pub enum HotplugEventKind {
Arrived,
Left,
}Variants§
Trait Implementations§
Source§impl Clone for HotplugEventKind
impl Clone for HotplugEventKind
Source§fn clone(&self) -> HotplugEventKind
fn clone(&self) -> HotplugEventKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HotplugEventKind
impl Debug for HotplugEventKind
Source§impl PartialEq for HotplugEventKind
impl PartialEq for HotplugEventKind
impl Copy for HotplugEventKind
impl Eq for HotplugEventKind
impl StructuralPartialEq for HotplugEventKind
Auto Trait Implementations§
impl Freeze for HotplugEventKind
impl RefUnwindSafe for HotplugEventKind
impl Send for HotplugEventKind
impl Sync for HotplugEventKind
impl Unpin for HotplugEventKind
impl UnwindSafe for HotplugEventKind
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