pub struct RowLayout {
pub measure_indices: Vec<usize>,
}Expand description
One horizontal row (system) of measures.
Fields§
§measure_indices: Vec<usize>Ordered list of physical measure indices that appear on this row.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RowLayout
impl<'de> Deserialize<'de> for RowLayout
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 RowLayout
impl RefUnwindSafe for RowLayout
impl Send for RowLayout
impl Sync for RowLayout
impl Unpin for RowLayout
impl UnsafeUnpin for RowLayout
impl UnwindSafe for RowLayout
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