Struct windows_sys::Win32::Media::KernelStreaming::KSAC3_ERROR_CONCEALMENT
#[repr(C)]pub struct KSAC3_ERROR_CONCEALMENT {
pub fRepeatPreviousBlock: BOOL,
pub fErrorInCurrentBlock: BOOL,
}
Expand description
Required features: "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§
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