Struct DSCFXAec
#[repr(C)]pub struct DSCFXAec {
pub fEnable: BOOL,
pub fNoiseFill: BOOL,
pub dwMode: u32,
}
Fields§
§fEnable: BOOL
§fNoiseFill: BOOL
§dwMode: u32
Trait Implementations§
impl Copy for DSCFXAec
impl StructuralPartialEq for DSCFXAec
Auto Trait Implementations§
impl Freeze for DSCFXAec
impl RefUnwindSafe for DSCFXAec
impl Send for DSCFXAec
impl Sync for DSCFXAec
impl Unpin for DSCFXAec
impl UnwindSafe for DSCFXAec
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