pub struct Dawproject {
pub metadata: MetaData,
pub project: Project,
}
Expand description
This structure contains the metadata and project of DAWproject. Dawproject structure
Fields§
§metadata: MetaData
§project: Project
Implementations§
Trait Implementations§
Source§impl Clone for Dawproject
impl Clone for Dawproject
Source§fn clone(&self) -> Dawproject
fn clone(&self) -> Dawproject
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Dawproject
impl Debug for Dawproject
Source§impl Default for Dawproject
impl Default for Dawproject
Source§fn default() -> Dawproject
fn default() -> Dawproject
Returns the “default value” for a type. Read more
Source§impl PartialEq for Dawproject
impl PartialEq for Dawproject
impl StructuralPartialEq for Dawproject
Auto Trait Implementations§
impl Freeze for Dawproject
impl RefUnwindSafe for Dawproject
impl Send for Dawproject
impl Sync for Dawproject
impl Unpin for Dawproject
impl UnwindSafe for Dawproject
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