Struct windows_sys::Win32::Devices::Pwm::PWM_PIN_SET_POLARITY_INPUT
#[repr(C)]pub struct PWM_PIN_SET_POLARITY_INPUT {
pub Polarity: PWM_POLARITY,
}
Fields§
§Polarity: PWM_POLARITY
Trait Implementations§
§impl Clone for PWM_PIN_SET_POLARITY_INPUT
impl Clone for PWM_PIN_SET_POLARITY_INPUT
impl Copy for PWM_PIN_SET_POLARITY_INPUT
Auto Trait Implementations§
impl RefUnwindSafe for PWM_PIN_SET_POLARITY_INPUT
impl Send for PWM_PIN_SET_POLARITY_INPUT
impl Sync for PWM_PIN_SET_POLARITY_INPUT
impl Unpin for PWM_PIN_SET_POLARITY_INPUT
impl UnwindSafe for PWM_PIN_SET_POLARITY_INPUT
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