pub struct Groups {
pub track: Arc<Track>,
}
Fields§
§track: Arc<Track>
Implementations§
Source§impl Groups
impl Groups
pub fn produce(self) -> (GroupsWriter, GroupsReader)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Groups
impl RefUnwindSafe for Groups
impl Send for Groups
impl Sync for Groups
impl Unpin for Groups
impl UnwindSafe for Groups
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