pub struct ColorNote { /* private fields */ }
Expand description
Represents a Color Note in the game
Auto Trait Implementations§
impl Freeze for ColorNote
impl RefUnwindSafe for ColorNote
impl !Send for ColorNote
impl !Sync for ColorNote
impl Unpin for ColorNote
impl UnwindSafe for ColorNote
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