#[repr(C)]pub struct IPipeDouble {
pub lpVtbl: *const IPipeDoubleVtbl,
}
Fields§
§lpVtbl: *const IPipeDoubleVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IPipeDouble
impl Deref for IPipeDouble
Auto Trait Implementations§
impl Freeze for IPipeDouble
impl RefUnwindSafe for IPipeDouble
impl !Send for IPipeDouble
impl !Sync for IPipeDouble
impl Unpin for IPipeDouble
impl UnwindSafe for IPipeDouble
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