#[repr(C)]pub struct AudioStreamPacketDescription {
pub mStartOffset: SInt64,
pub mVariableFramesInPacket: UInt32,
pub mDataByteSize: UInt32,
}Fields§
§mStartOffset: SInt64§mVariableFramesInPacket: UInt32§mDataByteSize: UInt32Trait Implementations§
Source§impl Clone for AudioStreamPacketDescription
impl Clone for AudioStreamPacketDescription
Source§fn clone(&self) -> AudioStreamPacketDescription
fn clone(&self) -> AudioStreamPacketDescription
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AudioStreamPacketDescription
impl Debug for AudioStreamPacketDescription
impl Copy for AudioStreamPacketDescription
Auto Trait Implementations§
impl Freeze for AudioStreamPacketDescription
impl RefUnwindSafe for AudioStreamPacketDescription
impl Send for AudioStreamPacketDescription
impl Sync for AudioStreamPacketDescription
impl Unpin for AudioStreamPacketDescription
impl UnsafeUnpin for AudioStreamPacketDescription
impl UnwindSafe for AudioStreamPacketDescription
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