pub struct GroupInfo {
pub track: Arc<Track>,
pub group_id: u64,
pub priority: u8,
}
Expand description
Static information about the group
Fields§
§track: Arc<Track>
§group_id: u64
§priority: u8
Implementations§
Source§impl GroupInfo
impl GroupInfo
pub fn produce(self) -> (GroupWriter, GroupReader)
Trait Implementations§
impl StructuralPartialEq for GroupInfo
Auto Trait Implementations§
impl Freeze for GroupInfo
impl RefUnwindSafe for GroupInfo
impl Send for GroupInfo
impl Sync for GroupInfo
impl Unpin for GroupInfo
impl UnwindSafe for GroupInfo
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