#[repr(C)]pub struct IXboxLiveDeviceAddressStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateFromSnapshotBase64: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT,
pub CreateFromSnapshotBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateFromSnapshotBytes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: *mut *mut c_void) -> HRESULT,
pub GetLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub MaxSnapshotBytesSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CreateFromSnapshotBase64: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT
§CreateFromSnapshotBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateFromSnapshotBytes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: *mut *mut c_void) -> HRESULT
§GetLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§MaxSnapshotBytesSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IXboxLiveDeviceAddressStatics_Vtbl
impl RefUnwindSafe for IXboxLiveDeviceAddressStatics_Vtbl
impl Send for IXboxLiveDeviceAddressStatics_Vtbl
impl Sync for IXboxLiveDeviceAddressStatics_Vtbl
impl Unpin for IXboxLiveDeviceAddressStatics_Vtbl
impl UnwindSafe for IXboxLiveDeviceAddressStatics_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