pub struct ChromiumRuntimeShutdownStateReader { /* private fields */ }Expand description
Cloneable reader for observing runtime shutdown state from other threads.
Implementations§
Source§impl ChromiumRuntimeShutdownStateReader
impl ChromiumRuntimeShutdownStateReader
Sourcepub fn shutdown_state(&self) -> ChromiumRuntimeShutdownState
pub fn shutdown_state(&self) -> ChromiumRuntimeShutdownState
Returns the latest shutdown state recorded by the runtime controller.
Trait Implementations§
Source§impl Clone for ChromiumRuntimeShutdownStateReader
impl Clone for ChromiumRuntimeShutdownStateReader
Source§fn clone(&self) -> ChromiumRuntimeShutdownStateReader
fn clone(&self) -> ChromiumRuntimeShutdownStateReader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ChromiumRuntimeShutdownStateReader
impl RefUnwindSafe for ChromiumRuntimeShutdownStateReader
impl Send for ChromiumRuntimeShutdownStateReader
impl Sync for ChromiumRuntimeShutdownStateReader
impl Unpin for ChromiumRuntimeShutdownStateReader
impl UnsafeUnpin for ChromiumRuntimeShutdownStateReader
impl UnwindSafe for ChromiumRuntimeShutdownStateReader
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