Struct ITDirectoryObjectConference_Vtbl
#[repr(C)]pub struct ITDirectoryObjectConference_Vtbl {Show 16 fields
pub base__: IDispatch_Vtbl,
pub Protocol: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Originator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetOriginator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AdvertisingScope: unsafe extern "system" fn(_: *mut c_void, _: *mut RND_ADVERTISING_SCOPE) -> HRESULT,
pub SetAdvertisingScope: unsafe extern "system" fn(_: *mut c_void, _: RND_ADVERTISING_SCOPE) -> HRESULT,
pub Url: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsEncrypted: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetIsEncrypted: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetStartTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub StopTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetStopTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Protocol: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Originator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetOriginator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AdvertisingScope: unsafe extern "system" fn(_: *mut c_void, _: *mut RND_ADVERTISING_SCOPE) -> HRESULT
§SetAdvertisingScope: unsafe extern "system" fn(_: *mut c_void, _: RND_ADVERTISING_SCOPE) -> HRESULT
§Url: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§IsEncrypted: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetIsEncrypted: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetStartTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§StopTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetStopTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
Implementations§
§impl ITDirectoryObjectConference_Vtbl
impl ITDirectoryObjectConference_Vtbl
pub const fn new<Identity: ITDirectoryObjectConference_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITDirectoryObjectConference_Vtbl
impl RefUnwindSafe for ITDirectoryObjectConference_Vtbl
impl Send for ITDirectoryObjectConference_Vtbl
impl Sync for ITDirectoryObjectConference_Vtbl
impl Unpin for ITDirectoryObjectConference_Vtbl
impl UnwindSafe for ITDirectoryObjectConference_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