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