pub struct SgpdEntry {
pub description_length: Option<u32>,
pub entry: AnySampleGroupEntry,
}Fields§
§description_length: Option<u32>§entry: AnySampleGroupEntryTrait Implementations§
impl Eq for SgpdEntry
impl StructuralPartialEq for SgpdEntry
Auto Trait Implementations§
impl Freeze for SgpdEntry
impl RefUnwindSafe for SgpdEntry
impl Send for SgpdEntry
impl Sync for SgpdEntry
impl Unpin for SgpdEntry
impl UnwindSafe for SgpdEntry
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