Struct windows::Data::Json::IJsonArray_Vtbl
#[repr(C)]pub struct IJsonArray_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetObjectAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetArrayAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetStringAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub GetNumberAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut f64) -> HRESULT,
pub GetBooleanAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetObjectAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetArrayAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetStringAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§GetNumberAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut f64) -> HRESULT
§GetBooleanAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IJsonArray_Vtbl
impl RefUnwindSafe for IJsonArray_Vtbl
impl Send for IJsonArray_Vtbl
impl Sync for IJsonArray_Vtbl
impl Unpin for IJsonArray_Vtbl
impl UnwindSafe for IJsonArray_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