pub struct MonitorState {
pub running: bool,
pub pipeline_enabled: bool,
pub nfree: u32,
}Fields§
§running: bool§pipeline_enabled: bool§nfree: u32Trait Implementations§
Source§impl Clone for MonitorState
impl Clone for MonitorState
Source§fn clone(&self) -> MonitorState
fn clone(&self) -> MonitorState
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 moreSource§impl Debug for MonitorState
impl Debug for MonitorState
impl Copy for MonitorState
Auto Trait Implementations§
impl Freeze for MonitorState
impl RefUnwindSafe for MonitorState
impl Send for MonitorState
impl Sync for MonitorState
impl Unpin for MonitorState
impl UnsafeUnpin for MonitorState
impl UnwindSafe for MonitorState
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