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