pub struct NoteStyle {
pub shape: NoteShape,
pub color: Color32,
pub hold_body_color: Color32,
pub hold_cap_color: Color32,
}Fields§
§shape: NoteShape§color: Color32§hold_body_color: Color32§hold_cap_color: Color32Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoteStyle
impl RefUnwindSafe for NoteStyle
impl Send for NoteStyle
impl Sync for NoteStyle
impl Unpin for NoteStyle
impl UnwindSafe for NoteStyle
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