Struct IWRdsProtocolSettings_Vtbl
#[repr(C)]pub struct IWRdsProtocolSettings_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetSettings: unsafe extern "system" fn(_: *mut c_void, _: WRDS_SETTING_TYPE, _: WRDS_SETTING_LEVEL, _: *mut WRDS_SETTINGS) -> HRESULT,
pub MergeSettings: unsafe extern "system" fn(_: *mut c_void, _: *const WRDS_SETTINGS, _: WRDS_CONNECTION_SETTING_LEVEL, _: *mut WRDS_CONNECTION_SETTINGS) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetSettings: unsafe extern "system" fn(_: *mut c_void, _: WRDS_SETTING_TYPE, _: WRDS_SETTING_LEVEL, _: *mut WRDS_SETTINGS) -> HRESULT
§MergeSettings: unsafe extern "system" fn(_: *mut c_void, _: *const WRDS_SETTINGS, _: WRDS_CONNECTION_SETTING_LEVEL, _: *mut WRDS_CONNECTION_SETTINGS) -> HRESULT
Implementations§
§impl IWRdsProtocolSettings_Vtbl
impl IWRdsProtocolSettings_Vtbl
pub const fn new<Identity: IWRdsProtocolSettings_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWRdsProtocolSettings_Vtbl
impl RefUnwindSafe for IWRdsProtocolSettings_Vtbl
impl Send for IWRdsProtocolSettings_Vtbl
impl Sync for IWRdsProtocolSettings_Vtbl
impl Unpin for IWRdsProtocolSettings_Vtbl
impl UnwindSafe for IWRdsProtocolSettings_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