#[repr(C)]pub struct IIncrementNumberRounder_Vtbl {
pub base__: IInspectable_Vtbl,
pub RoundingAlgorithm: unsafe extern "system" fn(_: *mut c_void, _: *mut RoundingAlgorithm) -> HRESULT,
pub SetRoundingAlgorithm: unsafe extern "system" fn(_: *mut c_void, _: RoundingAlgorithm) -> HRESULT,
pub Increment: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetIncrement: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RoundingAlgorithm: unsafe extern "system" fn(_: *mut c_void, _: *mut RoundingAlgorithm) -> HRESULT
§SetRoundingAlgorithm: unsafe extern "system" fn(_: *mut c_void, _: RoundingAlgorithm) -> HRESULT
§Increment: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetIncrement: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IIncrementNumberRounder_Vtbl
impl RefUnwindSafe for IIncrementNumberRounder_Vtbl
impl Send for IIncrementNumberRounder_Vtbl
impl Sync for IIncrementNumberRounder_Vtbl
impl Unpin for IIncrementNumberRounder_Vtbl
impl UnwindSafe for IIncrementNumberRounder_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