#[repr(C)]pub struct VlfdHotplugEvent {
pub kind: VlfdHotplugEventKind,
pub device: VlfdHotplugDeviceInfo,
}Fields§
§kind: VlfdHotplugEventKind§device: VlfdHotplugDeviceInfoTrait Implementations§
Source§impl Clone for VlfdHotplugEvent
impl Clone for VlfdHotplugEvent
Source§fn clone(&self) -> VlfdHotplugEvent
fn clone(&self) -> VlfdHotplugEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VlfdHotplugEvent
Auto Trait Implementations§
impl !Send for VlfdHotplugEvent
impl !Sync for VlfdHotplugEvent
impl Freeze for VlfdHotplugEvent
impl RefUnwindSafe for VlfdHotplugEvent
impl Unpin for VlfdHotplugEvent
impl UnsafeUnpin for VlfdHotplugEvent
impl UnwindSafe for VlfdHotplugEvent
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