pub struct EventMarkings { /* private fields */ }Implementations§
Source§impl EventMarkings
impl EventMarkings
pub fn accent<T>(self, value: T) -> Self
pub fn breath<T>(self, value: T) -> Self
pub fn soft_accent<T>(self, value: T) -> Self
pub fn spiccato<T>(self, value: T) -> Self
pub fn staccatissimo<T>(self, value: T) -> Self
pub fn staccato<T>(self, value: T) -> Self
pub fn stress<T>(self, value: T) -> Self
pub fn strong_accent<T>(self, value: T) -> Self
pub fn tenuto<T>(self, value: T) -> Self
pub fn tremolo<T>(self, value: T) -> Self
pub fn unstress<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for EventMarkings
impl Clone for EventMarkings
Source§fn clone(&self) -> EventMarkings
fn clone(&self) -> EventMarkings
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 EventMarkings
impl Debug for EventMarkings
Source§impl Default for EventMarkings
impl Default for EventMarkings
Source§impl From<EventMarkings> for EventMarkings
impl From<EventMarkings> for EventMarkings
Source§fn from(value: EventMarkings) -> Self
fn from(value: EventMarkings) -> Self
Converts to this type from the input type.
Source§impl TryFrom<EventMarkings> for EventMarkings
impl TryFrom<EventMarkings> for EventMarkings
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: EventMarkings) -> Result<Self, ConversionError>
fn try_from(value: EventMarkings) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for EventMarkings
impl RefUnwindSafe for EventMarkings
impl Send for EventMarkings
impl Sync for EventMarkings
impl Unpin for EventMarkings
impl UnwindSafe for EventMarkings
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