pub struct MoodPreset {
pub name: String,
pub description: String,
pub avec: AvecState,
}Fields§
§name: String§description: String§avec: AvecStateTrait Implementations§
Source§impl Clone for MoodPreset
impl Clone for MoodPreset
Source§fn clone(&self) -> MoodPreset
fn clone(&self) -> MoodPreset
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 moreAuto Trait Implementations§
impl Freeze for MoodPreset
impl RefUnwindSafe for MoodPreset
impl Send for MoodPreset
impl Sync for MoodPreset
impl Unpin for MoodPreset
impl UnsafeUnpin for MoodPreset
impl UnwindSafe for MoodPreset
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