Struct windows_sys::Win32::Devices::Pwm::PWM_PIN_SET_POLARITY_INPUT
[−]#[repr(C)]pub struct PWM_PIN_SET_POLARITY_INPUT {
pub Polarity: PWM_POLARITY,
}
Expand description
Required features: "Win32_Devices_Pwm"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more