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