Struct IRDPSRAPIAttendee_Vtbl
#[repr(C)]pub struct IRDPSRAPIAttendee_Vtbl {
pub base__: IDispatch_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub RemoteName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ControlLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut CTRL_LEVEL) -> HRESULT,
pub SetControlLevel: unsafe extern "system" fn(_: *mut c_void, _: CTRL_LEVEL) -> HRESULT,
pub Invitation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TerminateConnection: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Flags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ConnectivityInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§RemoteName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ControlLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut CTRL_LEVEL) -> HRESULT
§SetControlLevel: unsafe extern "system" fn(_: *mut c_void, _: CTRL_LEVEL) -> HRESULT
§Invitation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TerminateConnection: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Flags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ConnectivityInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IRDPSRAPIAttendee_Vtbl
impl IRDPSRAPIAttendee_Vtbl
pub const fn new<Identity: IRDPSRAPIAttendee_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRDPSRAPIAttendee_Vtbl
impl RefUnwindSafe for IRDPSRAPIAttendee_Vtbl
impl Send for IRDPSRAPIAttendee_Vtbl
impl Sync for IRDPSRAPIAttendee_Vtbl
impl Unpin for IRDPSRAPIAttendee_Vtbl
impl UnwindSafe for IRDPSRAPIAttendee_Vtbl
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