Struct IBinaryId_Vtbl
#[repr(C)]pub struct IBinaryId_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub Length: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§Length: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBinaryId_Vtbl
impl RefUnwindSafe for IBinaryId_Vtbl
impl Send for IBinaryId_Vtbl
impl Sync for IBinaryId_Vtbl
impl Unpin for IBinaryId_Vtbl
impl UnwindSafe for IBinaryId_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