Struct windows_sys::Devices::Pwm::PwmPulsePolarity
[−]#[repr(transparent)]pub struct PwmPulsePolarity(pub i32);
Expand description
Required features: "Devices_Pwm"
Tuple Fields
0: i32
Implementations
impl PwmPulsePolarity
impl PwmPulsePolarity
pub const ActiveHigh: Self = Self(0i32)
pub const ActiveLow: Self = Self(1i32)
Trait Implementations
impl Clone for PwmPulsePolarity
impl Clone for PwmPulsePolarity
impl Copy for PwmPulsePolarity
Auto Trait Implementations
impl RefUnwindSafe for PwmPulsePolarity
impl Send for PwmPulsePolarity
impl Sync for PwmPulsePolarity
impl Unpin for PwmPulsePolarity
impl UnwindSafe for PwmPulsePolarity
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