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