#[repr(C)]pub struct MediaFilePlayback {
pub uOffsetMSec: UINT32,
pub bPaused: TTBOOL,
pub audioPreprocessor: AudioPreprocessor,
}Fields§
§uOffsetMSec: UINT32§bPaused: TTBOOL§audioPreprocessor: AudioPreprocessorTrait Implementations§
Source§impl Clone for MediaFilePlayback
impl Clone for MediaFilePlayback
Source§fn clone(&self) -> MediaFilePlayback
fn clone(&self) -> MediaFilePlayback
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 Default for MediaFilePlayback
impl Default for MediaFilePlayback
impl Copy for MediaFilePlayback
Auto Trait Implementations§
impl Freeze for MediaFilePlayback
impl RefUnwindSafe for MediaFilePlayback
impl Send for MediaFilePlayback
impl Sync for MediaFilePlayback
impl Unpin for MediaFilePlayback
impl UnwindSafe for MediaFilePlayback
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