Struct 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 moreimpl Copy 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