pub struct PlstChunk {
pub playlist_len: u32,
pub data: Vec<Plst>,
}
Expand description
Fields§
§playlist_len: u32
§data: Vec<Plst>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlstChunk
impl RefUnwindSafe for PlstChunk
impl Send for PlstChunk
impl Sync for PlstChunk
impl Unpin for PlstChunk
impl UnwindSafe for PlstChunk
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