Struct ICertificateExtension_Vtbl
#[repr(C)]pub struct ICertificateExtension_Vtbl {
pub base__: IInspectable_Vtbl,
pub ObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsCritical: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsCritical: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub EncodeValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut u8) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§IsCritical: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsCritical: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§EncodeValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut u8) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICertificateExtension_Vtbl
impl RefUnwindSafe for ICertificateExtension_Vtbl
impl Send for ICertificateExtension_Vtbl
impl Sync for ICertificateExtension_Vtbl
impl Unpin for ICertificateExtension_Vtbl
impl UnwindSafe for ICertificateExtension_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