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