#[repr(C)]pub struct PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT {
pub ActualPeriod: u64,
}
Fields§
§ActualPeriod: u64
Trait Implementations§
impl Copy for PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT
Auto Trait Implementations§
impl RefUnwindSafe for PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT
impl Send for PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT
impl Sync for PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT
impl Unpin for PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT
impl UnwindSafe for PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT
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