Struct ICertView2_Vtbl
#[repr(C)]pub struct ICertView2_Vtbl {
pub base__: ICertView_Vtbl,
pub SetTable: unsafe extern "system" fn(_: *mut c_void, _: CVRC_TABLE) -> HRESULT,
}
Fields§
§base__: ICertView_Vtbl
§SetTable: unsafe extern "system" fn(_: *mut c_void, _: CVRC_TABLE) -> HRESULT
Implementations§
§impl ICertView2_Vtbl
impl ICertView2_Vtbl
pub const fn new<Identity: ICertView2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICertView2_Vtbl
impl RefUnwindSafe for ICertView2_Vtbl
impl Send for ICertView2_Vtbl
impl Sync for ICertView2_Vtbl
impl Unpin for ICertView2_Vtbl
impl UnwindSafe for ICertView2_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