pub struct SetSystemBreakCmd {
pub measure_index: usize,
pub value: bool,
}Fields§
§measure_index: usize§value: boolTrait Implementations§
Source§impl Clone for SetSystemBreakCmd
impl Clone for SetSystemBreakCmd
Source§fn clone(&self) -> SetSystemBreakCmd
fn clone(&self) -> SetSystemBreakCmd
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetSystemBreakCmd
impl Debug for SetSystemBreakCmd
Source§impl<'de> Deserialize<'de> for SetSystemBreakCmd
impl<'de> Deserialize<'de> for SetSystemBreakCmd
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetSystemBreakCmd
impl RefUnwindSafe for SetSystemBreakCmd
impl Send for SetSystemBreakCmd
impl Sync for SetSystemBreakCmd
impl Unpin for SetSystemBreakCmd
impl UnsafeUnpin for SetSystemBreakCmd
impl UnwindSafe for SetSystemBreakCmd
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