#[repr(C)]pub struct PWM_CONTROLLER_SET_DESIRED_PERIOD_INPUT {
pub DesiredPeriod: u64,
}
Expand description
Required features: "Win32_Devices_Pwm"
Fields
DesiredPeriod: u64
Trait Implementations
impl Copy for PWM_CONTROLLER_SET_DESIRED_PERIOD_INPUT
Auto Trait Implementations
impl RefUnwindSafe for PWM_CONTROLLER_SET_DESIRED_PERIOD_INPUT
impl Send for PWM_CONTROLLER_SET_DESIRED_PERIOD_INPUT
impl Sync for PWM_CONTROLLER_SET_DESIRED_PERIOD_INPUT
impl Unpin for PWM_CONTROLLER_SET_DESIRED_PERIOD_INPUT
impl UnwindSafe for PWM_CONTROLLER_SET_DESIRED_PERIOD_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