Struct windows_sys::Win32::Media::DirectShow::AM_AC3_ERROR_CONCEALMENT
[−]#[repr(C)]pub struct AM_AC3_ERROR_CONCEALMENT {
pub fRepeatPreviousBlock: BOOL,
pub fErrorInCurrentBlock: BOOL,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
Fields
fRepeatPreviousBlock: BOOL
fErrorInCurrentBlock: BOOL
Trait Implementations
impl Clone for AM_AC3_ERROR_CONCEALMENT
impl Clone for AM_AC3_ERROR_CONCEALMENT
impl Copy for AM_AC3_ERROR_CONCEALMENT
Auto Trait Implementations
impl RefUnwindSafe for AM_AC3_ERROR_CONCEALMENT
impl Send for AM_AC3_ERROR_CONCEALMENT
impl Sync for AM_AC3_ERROR_CONCEALMENT
impl Unpin for AM_AC3_ERROR_CONCEALMENT
impl UnwindSafe for AM_AC3_ERROR_CONCEALMENT
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