Struct IX500DistinguishedName_Vtbl
#[repr(C)]pub struct IX500DistinguishedName_Vtbl {
pub base__: IDispatch_Vtbl,
pub Decode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: EncodingType, _: X500NameFlags) -> HRESULT,
pub Encode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: X500NameFlags) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub get_EncodedName: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Decode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: EncodingType, _: X500NameFlags) -> HRESULT
§Encode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: X500NameFlags) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§get_EncodedName: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IX500DistinguishedName_Vtbl
impl IX500DistinguishedName_Vtbl
pub const fn new<Identity: IX500DistinguishedName_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IX500DistinguishedName_Vtbl
impl RefUnwindSafe for IX500DistinguishedName_Vtbl
impl Send for IX500DistinguishedName_Vtbl
impl Sync for IX500DistinguishedName_Vtbl
impl Unpin for IX500DistinguishedName_Vtbl
impl UnwindSafe for IX500DistinguishedName_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