pub struct AudioPacketPosition {
pub position_ms: u32,
pub skipped: bool,
}Fields§
§position_ms: u32§skipped: boolTrait Implementations§
Source§impl Clone for AudioPacketPosition
impl Clone for AudioPacketPosition
Source§fn clone(&self) -> AudioPacketPosition
fn clone(&self) -> AudioPacketPosition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AudioPacketPosition
impl Debug for AudioPacketPosition
Auto Trait Implementations§
impl Freeze for AudioPacketPosition
impl RefUnwindSafe for AudioPacketPosition
impl Send for AudioPacketPosition
impl Sync for AudioPacketPosition
impl Unpin for AudioPacketPosition
impl UnwindSafe for AudioPacketPosition
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