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