Struct windows_sys::Win32::Media::KernelStreaming::KSAC3_DIALOGUE_LEVEL
[−]#[repr(C)]pub struct KSAC3_DIALOGUE_LEVEL {
pub DialogueLevel: u32,
}
Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
DialogueLevel: u32
Trait Implementations
impl Clone for KSAC3_DIALOGUE_LEVEL
impl Clone for KSAC3_DIALOGUE_LEVEL
impl Copy for KSAC3_DIALOGUE_LEVEL
Auto Trait Implementations
impl RefUnwindSafe for KSAC3_DIALOGUE_LEVEL
impl Send for KSAC3_DIALOGUE_LEVEL
impl Sync for KSAC3_DIALOGUE_LEVEL
impl Unpin for KSAC3_DIALOGUE_LEVEL
impl UnwindSafe for KSAC3_DIALOGUE_LEVEL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more