Struct windows_sys::Win32::UI::Accessibility::SOUNDSENTRYA
[−]#[repr(C)]pub struct SOUNDSENTRYA {
pub cbSize: u32,
pub dwFlags: SOUNDSENTRY_FLAGS,
pub iFSTextEffect: SOUNDSENTRY_TEXT_EFFECT,
pub iFSTextEffectMSec: u32,
pub iFSTextEffectColorBits: u32,
pub iFSGrafEffect: SOUND_SENTRY_GRAPHICS_EFFECT,
pub iFSGrafEffectMSec: u32,
pub iFSGrafEffectColor: u32,
pub iWindowsEffect: SOUNDSENTRY_WINDOWS_EFFECT,
pub iWindowsEffectMSec: u32,
pub lpszWindowsEffectDLL: PSTR,
pub iWindowsEffectOrdinal: u32,
}
Expand description
Required features: "Win32_UI_Accessibility"
Fields
cbSize: u32
dwFlags: SOUNDSENTRY_FLAGS
iFSTextEffect: SOUNDSENTRY_TEXT_EFFECT
iFSTextEffectMSec: u32
iFSTextEffectColorBits: u32
iFSGrafEffect: SOUND_SENTRY_GRAPHICS_EFFECT
iFSGrafEffectMSec: u32
iFSGrafEffectColor: u32
iWindowsEffect: SOUNDSENTRY_WINDOWS_EFFECT
iWindowsEffectMSec: u32
lpszWindowsEffectDLL: PSTR
iWindowsEffectOrdinal: u32
Trait Implementations
impl Clone for SOUNDSENTRYA
impl Clone for SOUNDSENTRYA
impl Copy for SOUNDSENTRYA
Auto Trait Implementations
impl RefUnwindSafe for SOUNDSENTRYA
impl !Send for SOUNDSENTRYA
impl !Sync for SOUNDSENTRYA
impl Unpin for SOUNDSENTRYA
impl UnwindSafe for SOUNDSENTRYA
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