#[repr(C)]pub struct IMMEndpoint {
pub lpVtbl: *const IMMEndpointVtbl,
}
Fields§
§lpVtbl: *const IMMEndpointVtbl
Implementations§
Source§impl IMMEndpoint
impl IMMEndpoint
pub unsafe fn GetDataFlow(&self, pDataFlow: *mut EDataFlow) -> HRESULT
Trait Implementations§
Source§impl Deref for IMMEndpoint
impl Deref for IMMEndpoint
Auto Trait Implementations§
impl Freeze for IMMEndpoint
impl RefUnwindSafe for IMMEndpoint
impl !Send for IMMEndpoint
impl !Sync for IMMEndpoint
impl Unpin for IMMEndpoint
impl UnwindSafe for IMMEndpoint
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