pub struct Bitstream {
pub packets: Vec<Packet>,
}
Fields§
§packets: Vec<Packet>
Implementations§
Trait Implementations§
Source§impl Into<Bitstream> for Configuration
impl Into<Bitstream> for Configuration
Auto Trait Implementations§
impl Freeze for Bitstream
impl RefUnwindSafe for Bitstream
impl Send for Bitstream
impl Sync for Bitstream
impl Unpin for Bitstream
impl UnwindSafe for Bitstream
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