#[repr(C, packed(2))]pub struct SoundPrefs {
pub sop_Reserved: [LONG; 4],
pub sop_DisplayQueue: BOOL,
pub sop_AudioQueue: BOOL,
pub sop_AudioType: UWORD,
pub sop_AudioVolume: UWORD,
pub sop_AudioPeriod: UWORD,
pub sop_AudioDuration: UWORD,
pub sop_AudioFileName: [TEXT; 256],
}Fields§
§sop_Reserved: [LONG; 4]§sop_DisplayQueue: BOOL§sop_AudioQueue: BOOL§sop_AudioType: UWORD§sop_AudioVolume: UWORD§sop_AudioPeriod: UWORD§sop_AudioDuration: UWORD§sop_AudioFileName: [TEXT; 256]Trait Implementations§
Source§impl Clone for SoundPrefs
impl Clone for SoundPrefs
Source§fn clone(&self) -> SoundPrefs
fn clone(&self) -> SoundPrefs
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 SoundPrefs
impl Debug for SoundPrefs
impl Copy for SoundPrefs
Auto Trait Implementations§
impl Freeze for SoundPrefs
impl RefUnwindSafe for SoundPrefs
impl Send for SoundPrefs
impl Sync for SoundPrefs
impl Unpin for SoundPrefs
impl UnwindSafe for SoundPrefs
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