Struct ITsSbResourceNotification_Vtbl
#[repr(C)]pub struct ITsSbResourceNotification_Vtbl {
pub base__: IUnknown_Vtbl,
pub NotifySessionChange: unsafe extern "system" fn(_: *mut c_void, _: TSSESSION_STATE, _: *mut c_void) -> HRESULT,
pub NotifyTargetChange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub NotifyClientConnectionStateChange: unsafe extern "system" fn(_: *mut c_void, _: CONNECTION_CHANGE_NOTIFICATION, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§NotifySessionChange: unsafe extern "system" fn(_: *mut c_void, _: TSSESSION_STATE, _: *mut c_void) -> HRESULT
§NotifyTargetChange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§NotifyClientConnectionStateChange: unsafe extern "system" fn(_: *mut c_void, _: CONNECTION_CHANGE_NOTIFICATION, _: *mut c_void) -> HRESULT
Implementations§
§impl ITsSbResourceNotification_Vtbl
impl ITsSbResourceNotification_Vtbl
pub const fn new<Identity: ITsSbResourceNotification_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITsSbResourceNotification_Vtbl
impl RefUnwindSafe for ITsSbResourceNotification_Vtbl
impl Send for ITsSbResourceNotification_Vtbl
impl Sync for ITsSbResourceNotification_Vtbl
impl Unpin for ITsSbResourceNotification_Vtbl
impl UnwindSafe for ITsSbResourceNotification_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