#[repr(C)]pub struct SOUNDSENTRYW {
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: PWSTR,
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: PWSTR
§iWindowsEffectOrdinal: u32
Trait Implementations§
Source§impl Abi for SOUNDSENTRYW
impl Abi for SOUNDSENTRYW
Source§type Abi = SOUNDSENTRYW
type Abi = SOUNDSENTRYW
The abi representation of the implementing type. Read more
type DefaultType = SOUNDSENTRYW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SOUNDSENTRYW
impl Clone for SOUNDSENTRYW
Source§fn clone(&self) -> SOUNDSENTRYW
fn clone(&self) -> SOUNDSENTRYW
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 moreSource§impl Debug for SOUNDSENTRYW
impl Debug for SOUNDSENTRYW
Source§impl Default for SOUNDSENTRYW
impl Default for SOUNDSENTRYW
Source§impl PartialEq for SOUNDSENTRYW
impl PartialEq for SOUNDSENTRYW
impl Copy for SOUNDSENTRYW
impl Eq for SOUNDSENTRYW
Auto Trait Implementations§
impl Freeze for SOUNDSENTRYW
impl RefUnwindSafe for SOUNDSENTRYW
impl !Send for SOUNDSENTRYW
impl !Sync for SOUNDSENTRYW
impl Unpin for SOUNDSENTRYW
impl UnwindSafe for SOUNDSENTRYW
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