#[repr(C)]pub struct HotplugHandler {
pub Parent: Object,
}Fields§
§Parent: ObjectTrait Implementations§
Source§impl Clone for HotplugHandler
impl Clone for HotplugHandler
Source§fn clone(&self) -> HotplugHandler
fn clone(&self) -> HotplugHandler
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 HotplugHandler
Auto Trait Implementations§
impl !Send for HotplugHandler
impl !Sync for HotplugHandler
impl Freeze for HotplugHandler
impl RefUnwindSafe for HotplugHandler
impl Unpin for HotplugHandler
impl UnsafeUnpin for HotplugHandler
impl UnwindSafe for HotplugHandler
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