Struct IRemoteDesktopClientSettings_Vtbl
#[repr(C)]pub struct IRemoteDesktopClientSettings_Vtbl {
pub base__: IDispatch_Vtbl,
pub ApplySettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RetrieveSettings: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetRdpProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetRdpProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ApplySettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RetrieveSettings: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetRdpProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT
§SetRdpProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT
Implementations§
§impl IRemoteDesktopClientSettings_Vtbl
impl IRemoteDesktopClientSettings_Vtbl
pub const fn new<Identity: IRemoteDesktopClientSettings_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRemoteDesktopClientSettings_Vtbl
impl RefUnwindSafe for IRemoteDesktopClientSettings_Vtbl
impl Send for IRemoteDesktopClientSettings_Vtbl
impl Sync for IRemoteDesktopClientSettings_Vtbl
impl Unpin for IRemoteDesktopClientSettings_Vtbl
impl UnwindSafe for IRemoteDesktopClientSettings_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