Struct windows_sys::Win32::Media::MediaPlayer::TimedLevel
[−]#[repr(C)]pub struct TimedLevel {
pub frequency: [u8; 2048],
pub waveform: [u8; 2048],
pub state: i32,
pub timeStamp: i64,
}
Expand description
Required features: "Win32_Media_MediaPlayer"
Fields
frequency: [u8; 2048]
waveform: [u8; 2048]
state: i32
timeStamp: i64
Trait Implementations
impl Clone for TimedLevel
impl Clone for TimedLevel
impl Copy for TimedLevel
Auto Trait Implementations
impl RefUnwindSafe for TimedLevel
impl Send for TimedLevel
impl Sync for TimedLevel
impl Unpin for TimedLevel
impl UnwindSafe for TimedLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more