#[repr(C)]pub struct INumberRounder_Vtbl {
pub base__: IInspectable_Vtbl,
pub RoundInt32: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT,
pub RoundUInt32: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub RoundInt64: unsafe extern "system" fn(_: *mut c_void, _: i64, _: *mut i64) -> HRESULT,
pub RoundUInt64: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut u64) -> HRESULT,
pub RoundSingle: unsafe extern "system" fn(_: *mut c_void, _: f32, _: *mut f32) -> HRESULT,
pub RoundDouble: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut f64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RoundInt32: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT
§RoundUInt32: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§RoundInt64: unsafe extern "system" fn(_: *mut c_void, _: i64, _: *mut i64) -> HRESULT
§RoundUInt64: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut u64) -> HRESULT
§RoundSingle: unsafe extern "system" fn(_: *mut c_void, _: f32, _: *mut f32) -> HRESULT
§RoundDouble: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut f64) -> HRESULT
Implementations§
§impl INumberRounder_Vtbl
impl INumberRounder_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> INumberRounder_Vtblwhere
Identity: INumberRounder_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INumberRounder_Vtbl
impl RefUnwindSafe for INumberRounder_Vtbl
impl Send for INumberRounder_Vtbl
impl Sync for INumberRounder_Vtbl
impl Unpin for INumberRounder_Vtbl
impl UnwindSafe for INumberRounder_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