pub struct PioOperatingPoint(/* private fields */);Expand description
Owner-rooted operating point view.
Auto Trait Implementations§
impl Freeze for PioOperatingPoint
impl RefUnwindSafe for PioOperatingPoint
impl Send for PioOperatingPoint
impl Sync for PioOperatingPoint
impl Unpin for PioOperatingPoint
impl UnsafeUnpin for PioOperatingPoint
impl UnwindSafe for PioOperatingPoint
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