pub struct EnergyInfoResource { /* private fields */ }
Expand description
An implementation of fuchsia.kernel.EnergyInfoResource protocol.
Implementations§
Auto Trait Implementations§
impl Freeze for EnergyInfoResource
impl RefUnwindSafe for EnergyInfoResource
impl Send for EnergyInfoResource
impl Sync for EnergyInfoResource
impl Unpin for EnergyInfoResource
impl UnwindSafe for EnergyInfoResource
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