#[repr(C)]pub struct IGattPresentationFormat_Vtbl {
pub base__: IInspectable_Vtbl,
pub FormatType: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub Exponent: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Unit: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub Namespace: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§FormatType: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§Exponent: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Unit: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§Namespace: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGattPresentationFormat_Vtbl
impl RefUnwindSafe for IGattPresentationFormat_Vtbl
impl Send for IGattPresentationFormat_Vtbl
impl Sync for IGattPresentationFormat_Vtbl
impl Unpin for IGattPresentationFormat_Vtbl
impl UnwindSafe for IGattPresentationFormat_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