#[repr(C)]pub struct KSAC3_ERROR_CONCEALMENT {
pub fRepeatPreviousBlock: BOOL,
pub fErrorInCurrentBlock: BOOL,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
, "Win32_Foundation"
Fields
fRepeatPreviousBlock: BOOL
fErrorInCurrentBlock: BOOL
Trait Implementations
impl Clone for KSAC3_ERROR_CONCEALMENT
impl Clone for KSAC3_ERROR_CONCEALMENT
impl Copy for KSAC3_ERROR_CONCEALMENT
Auto Trait Implementations
impl RefUnwindSafe for KSAC3_ERROR_CONCEALMENT
impl Send for KSAC3_ERROR_CONCEALMENT
impl Sync for KSAC3_ERROR_CONCEALMENT
impl Unpin for KSAC3_ERROR_CONCEALMENT
impl UnwindSafe for KSAC3_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