Struct windows::ApplicationModel::Chat::IChatCapabilities_Vtbl
#[repr(C)]pub struct IChatCapabilities_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsOnline: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsChatCapable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsFileTransferCapable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsGeoLocationPushCapable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsIntegratedMessagingCapable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsOnline: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsChatCapable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsFileTransferCapable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsGeoLocationPushCapable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsIntegratedMessagingCapable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IChatCapabilities_Vtbl
impl RefUnwindSafe for IChatCapabilities_Vtbl
impl Send for IChatCapabilities_Vtbl
impl Sync for IChatCapabilities_Vtbl
impl Unpin for IChatCapabilities_Vtbl
impl UnwindSafe for IChatCapabilities_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