pub struct RootJob;
Expand description
An implementation of the fuchsia.kernel.RootJob
protocol.
Implementations§
Auto Trait Implementations§
impl Freeze for RootJob
impl RefUnwindSafe for RootJob
impl Send for RootJob
impl Sync for RootJob
impl Unpin for RootJob
impl UnwindSafe for RootJob
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