Struct IFeed2_Vtbl
#[repr(C)]pub struct IFeed2_Vtbl {
pub base__: IFeed_Vtbl,
pub GetItemByEffectiveId: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub LastItemDownloadTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub Username: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Password: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetCredentials: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub ClearCredentials: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IFeed_Vtbl
§GetItemByEffectiveId: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§LastItemDownloadTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§Username: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Password: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetCredentials: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§ClearCredentials: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IFeed2_Vtbl
impl IFeed2_Vtbl
pub const fn new<Identity: IFeed2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFeed2_Vtbl
impl RefUnwindSafe for IFeed2_Vtbl
impl Send for IFeed2_Vtbl
impl Sync for IFeed2_Vtbl
impl Unpin for IFeed2_Vtbl
impl UnwindSafe for IFeed2_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