pub struct NoteBuilder { /* private fields */ }Implementations§
Source§impl NoteBuilder
impl NoteBuilder
pub fn build(self) -> MusicSymbol
pub fn new(note: Note) -> NoteBuilder
pub fn accidental(self, accidental: Accidental) -> Self
pub fn octave(self, octave: i8) -> Self
pub fn length(self, length: f32) -> Self
pub fn tie(self, tie: Tie) -> Self
Auto Trait Implementations§
impl Freeze for NoteBuilder
impl RefUnwindSafe for NoteBuilder
impl Send for NoteBuilder
impl Sync for NoteBuilder
impl Unpin for NoteBuilder
impl UnwindSafe for NoteBuilder
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