pub struct PioOperatingPointUpdate(/* private fields */);Expand description
Typed update to an operating point.
Auto Trait Implementations§
impl Freeze for PioOperatingPointUpdate
impl RefUnwindSafe for PioOperatingPointUpdate
impl Send for PioOperatingPointUpdate
impl Sync for PioOperatingPointUpdate
impl Unpin for PioOperatingPointUpdate
impl UnsafeUnpin for PioOperatingPointUpdate
impl UnwindSafe for PioOperatingPointUpdate
Blanket Implementations§
impl<T> Allocation for T
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