Struct windows_sys::Win32::Devices::Pwm::PWM_PIN_IS_STARTED_OUTPUT
[−]#[repr(C)]pub struct PWM_PIN_IS_STARTED_OUTPUT {
pub IsStarted: BOOLEAN,
}
Expand description
Required features: "Win32_Devices_Pwm"
, "Win32_Foundation"
Fields
IsStarted: BOOLEAN
Trait Implementations
impl Clone for PWM_PIN_IS_STARTED_OUTPUT
impl Clone for PWM_PIN_IS_STARTED_OUTPUT
impl Copy for PWM_PIN_IS_STARTED_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for PWM_PIN_IS_STARTED_OUTPUT
impl Send for PWM_PIN_IS_STARTED_OUTPUT
impl Sync for PWM_PIN_IS_STARTED_OUTPUT
impl Unpin for PWM_PIN_IS_STARTED_OUTPUT
impl UnwindSafe for PWM_PIN_IS_STARTED_OUTPUT
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