Struct windows::Win32::System::RemoteDesktop::ITsSbLoadBalancing_Vtbl
#[repr(C)]pub struct ITsSbLoadBalancing_Vtbl {
pub base__: ITsSbPlugin_Vtbl,
pub GetMostSuitableTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: ITsSbPlugin_Vtbl
§GetMostSuitableTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl ITsSbLoadBalancing_Vtbl
impl ITsSbLoadBalancing_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITsSbLoadBalancing_Vtblwhere
Identity: ITsSbLoadBalancing_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITsSbLoadBalancing_Vtbl
impl RefUnwindSafe for ITsSbLoadBalancing_Vtbl
impl Send for ITsSbLoadBalancing_Vtbl
impl Sync for ITsSbLoadBalancing_Vtbl
impl Unpin for ITsSbLoadBalancing_Vtbl
impl UnwindSafe for ITsSbLoadBalancing_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