#[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: DWORDTrait Implementations§
Source§impl Clone for tagSOUNDSENTRYA
impl Clone for tagSOUNDSENTRYA
Source§fn clone(&self) -> tagSOUNDSENTRYA
fn clone(&self) -> tagSOUNDSENTRYA
Returns a duplicate 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
impl Copy 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