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