pub struct SetSectionBreakCmd {
pub measure_index: usize,
pub value: bool,
}Expand description
Set or clear a semantic section boundary at a physical measure.
Fields§
§measure_index: usize§value: boolTrait Implementations§
Source§impl Clone for SetSectionBreakCmd
impl Clone for SetSectionBreakCmd
Source§impl Debug for SetSectionBreakCmd
impl Debug for SetSectionBreakCmd
Source§impl<'de> Deserialize<'de> for SetSectionBreakCmd
impl<'de> Deserialize<'de> for SetSectionBreakCmd
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 SetSectionBreakCmd
impl RefUnwindSafe for SetSectionBreakCmd
impl Send for SetSectionBreakCmd
impl Sync for SetSectionBreakCmd
impl Unpin for SetSectionBreakCmd
impl UnsafeUnpin for SetSectionBreakCmd
impl UnwindSafe for SetSectionBreakCmd
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