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