pub struct AsyncIPipeDouble(/* private fields */);Implementations§
Source§impl AsyncIPipeDouble
impl AsyncIPipeDouble
pub unsafe fn Begin_Pull(&self, crequest: u32) -> ErrorCode
pub unsafe fn Finish_Pull( &self, buf: *mut f64, pcreturned: *mut u32, ) -> ErrorCode
pub unsafe fn Begin_Push(&self, buf: *mut f64, csent: u32) -> ErrorCode
pub unsafe fn Finish_Push(&self) -> ErrorCode
Trait Implementations§
Source§impl Clone for AsyncIPipeDouble
impl Clone for AsyncIPipeDouble
Source§fn clone(&self) -> AsyncIPipeDouble
fn clone(&self) -> AsyncIPipeDouble
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 AsyncIPipeDouble
impl Debug for AsyncIPipeDouble
Source§impl From<&AsyncIPipeDouble> for IUnknown
impl From<&AsyncIPipeDouble> for IUnknown
Source§fn from(value: &AsyncIPipeDouble) -> Self
fn from(value: &AsyncIPipeDouble) -> Self
Converts to this type from the input type.
Source§impl From<AsyncIPipeDouble> for IUnknown
impl From<AsyncIPipeDouble> for IUnknown
Source§fn from(value: AsyncIPipeDouble) -> Self
fn from(value: AsyncIPipeDouble) -> Self
Converts to this type from the input type.
Source§impl Interface for AsyncIPipeDouble
impl Interface for AsyncIPipeDouble
const IID: Guid
type Vtable = AsyncIPipeDouble_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a AsyncIPipeDouble
impl<'a> IntoParam<'a, IUnknown> for &'a AsyncIPipeDouble
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for AsyncIPipeDouble
impl<'a> IntoParam<'a, IUnknown> for AsyncIPipeDouble
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for AsyncIPipeDouble
impl PartialEq for AsyncIPipeDouble
impl Eq for AsyncIPipeDouble
impl StructuralPartialEq for AsyncIPipeDouble
Auto Trait Implementations§
impl Freeze for AsyncIPipeDouble
impl RefUnwindSafe for AsyncIPipeDouble
impl !Send for AsyncIPipeDouble
impl !Sync for AsyncIPipeDouble
impl Unpin for AsyncIPipeDouble
impl UnwindSafe for AsyncIPipeDouble
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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