pub struct Phrase {
pub steps: [Step; 16],
/* private fields */
}
Fields§
§steps: [Step; 16]
Implementations§
Source§impl Phrase
impl Phrase
pub const V4_SIZE: usize = 144usize
pub fn is_empty(&self) -> bool
pub fn clear(&mut self)
pub fn map_instruments( &self, instrument_mapping: &InstrumentMapping, table_mapping: &TableMapping, eq_mapping: &EqMapping, ) -> Self
pub fn write(&self, w: &mut Writer)
pub fn from_reader(reader: &mut Reader, version: Version) -> M8Result<Self>
Trait Implementations§
impl StructuralPartialEq for Phrase
Auto Trait Implementations§
impl Freeze for Phrase
impl RefUnwindSafe for Phrase
impl Send for Phrase
impl Sync for Phrase
impl Unpin for Phrase
impl UnwindSafe for Phrase
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