Struct windows::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,
}
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
§fn clone(&self) -> SOUNDSENTRYA
fn clone(&self) -> SOUNDSENTRYA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SOUNDSENTRYA
impl Debug for SOUNDSENTRYA
§impl Default for SOUNDSENTRYA
impl Default for SOUNDSENTRYA
§impl PartialEq for SOUNDSENTRYA
impl PartialEq for SOUNDSENTRYA
§fn eq(&self, other: &SOUNDSENTRYA) -> bool
fn eq(&self, other: &SOUNDSENTRYA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SOUNDSENTRYA
impl Eq for SOUNDSENTRYA
impl StructuralPartialEq for SOUNDSENTRYA
Auto Trait Implementations§
impl Freeze for SOUNDSENTRYA
impl RefUnwindSafe for SOUNDSENTRYA
impl !Send for SOUNDSENTRYA
impl !Sync for SOUNDSENTRYA
impl Unpin for SOUNDSENTRYA
impl UnwindSafe for SOUNDSENTRYA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)