#[repr(C)]pub struct tagSOUNDSENTRYA {
pub cbSize: UINT,
pub dwFlags: DWORD,
pub iFSTextEffect: DWORD,
pub iFSTextEffectMSec: DWORD,
pub iFSTextEffectColorBits: DWORD,
pub iFSGrafEffect: DWORD,
pub iFSGrafEffectMSec: DWORD,
pub iFSGrafEffectColor: DWORD,
pub iWindowsEffect: DWORD,
pub iWindowsEffectMSec: DWORD,
pub lpszWindowsEffectDLL: LPSTR,
pub iWindowsEffectOrdinal: DWORD,
}
Fields§
§cbSize: UINT
§dwFlags: DWORD
§iFSTextEffect: DWORD
§iFSTextEffectMSec: DWORD
§iFSTextEffectColorBits: DWORD
§iFSGrafEffect: DWORD
§iFSGrafEffectMSec: DWORD
§iFSGrafEffectColor: DWORD
§iWindowsEffect: DWORD
§iWindowsEffectMSec: DWORD
§lpszWindowsEffectDLL: LPSTR
§iWindowsEffectOrdinal: DWORD
Trait Implementations§
Source§impl Clone for tagSOUNDSENTRYA
impl Clone for tagSOUNDSENTRYA
Source§fn clone(&self) -> tagSOUNDSENTRYA
fn clone(&self) -> tagSOUNDSENTRYA
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 tagSOUNDSENTRYA
impl Debug for tagSOUNDSENTRYA
Source§impl Ord for tagSOUNDSENTRYA
impl Ord for tagSOUNDSENTRYA
Source§fn cmp(&self, other: &tagSOUNDSENTRYA) -> Ordering
fn cmp(&self, other: &tagSOUNDSENTRYA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagSOUNDSENTRYA
impl PartialEq for tagSOUNDSENTRYA
Source§impl PartialOrd for tagSOUNDSENTRYA
impl PartialOrd for tagSOUNDSENTRYA
impl Copy for tagSOUNDSENTRYA
impl Eq for tagSOUNDSENTRYA
impl StructuralPartialEq for tagSOUNDSENTRYA
Auto Trait Implementations§
impl Freeze for tagSOUNDSENTRYA
impl RefUnwindSafe for tagSOUNDSENTRYA
impl !Send for tagSOUNDSENTRYA
impl !Sync for tagSOUNDSENTRYA
impl Unpin for tagSOUNDSENTRYA
impl UnwindSafe for tagSOUNDSENTRYA
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