Struct windows::Devices::Pwm::IPwmController_Vtbl
#[repr(C)]pub struct IPwmController_Vtbl {
pub base__: IInspectable_Vtbl,
pub PinCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ActualFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetDesiredFrequency: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut f64) -> HRESULT,
pub MinFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub MaxFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub OpenPin: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PinCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ActualFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetDesiredFrequency: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut f64) -> HRESULT
§MinFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§MaxFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§OpenPin: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPwmController_Vtbl
impl RefUnwindSafe for IPwmController_Vtbl
impl Send for IPwmController_Vtbl
impl Sync for IPwmController_Vtbl
impl Unpin for IPwmController_Vtbl
impl UnwindSafe for IPwmController_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