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