Struct windows::Win32::System::RemoteDesktop::ITsSbEnvironment_Vtbl
#[repr(C)]pub struct ITsSbEnvironment_Vtbl {
pub base__: IUnknown_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub ServerWeight: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub EnvironmentPropertySet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetEnvironmentPropertySet: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§ServerWeight: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§EnvironmentPropertySet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetEnvironmentPropertySet: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl ITsSbEnvironment_Vtbl
impl ITsSbEnvironment_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITsSbEnvironment_Vtblwhere
Identity: ITsSbEnvironment_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITsSbEnvironment_Vtbl
impl RefUnwindSafe for ITsSbEnvironment_Vtbl
impl Send for ITsSbEnvironment_Vtbl
impl Sync for ITsSbEnvironment_Vtbl
impl Unpin for ITsSbEnvironment_Vtbl
impl UnwindSafe for ITsSbEnvironment_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