pub struct ProfileData {
pub repetition_groups: Vec<RepetitionGroup>,
}Expand description
Represents a profile data.
https://www.streit.cc/extern/uddf_v321/en/profiledata.html
Fields§
§repetition_groups: Vec<RepetitionGroup>Trait Implementations§
Source§impl Debug for ProfileData
impl Debug for ProfileData
Auto Trait Implementations§
impl Freeze for ProfileData
impl RefUnwindSafe for ProfileData
impl Send for ProfileData
impl Sync for ProfileData
impl Unpin for ProfileData
impl UnsafeUnpin for ProfileData
impl UnwindSafe for ProfileData
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