Struct windows::Win32::Media::Audio::AUDCLNT_STREAMOPTIONS
#[repr(transparent)]pub struct AUDCLNT_STREAMOPTIONS(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl BitAnd for AUDCLNT_STREAMOPTIONS
impl BitAnd for AUDCLNT_STREAMOPTIONS
§impl BitAndAssign for AUDCLNT_STREAMOPTIONS
impl BitAndAssign for AUDCLNT_STREAMOPTIONS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for AUDCLNT_STREAMOPTIONS
impl BitOr for AUDCLNT_STREAMOPTIONS
§impl BitOrAssign for AUDCLNT_STREAMOPTIONS
impl BitOrAssign for AUDCLNT_STREAMOPTIONS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for AUDCLNT_STREAMOPTIONS
impl Clone for AUDCLNT_STREAMOPTIONS
§fn clone(&self) -> AUDCLNT_STREAMOPTIONS
fn clone(&self) -> AUDCLNT_STREAMOPTIONS
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 more§impl Debug for AUDCLNT_STREAMOPTIONS
impl Debug for AUDCLNT_STREAMOPTIONS
§impl Default for AUDCLNT_STREAMOPTIONS
impl Default for AUDCLNT_STREAMOPTIONS
§fn default() -> AUDCLNT_STREAMOPTIONS
fn default() -> AUDCLNT_STREAMOPTIONS
Returns the “default value” for a type. Read more
§impl Not for AUDCLNT_STREAMOPTIONS
impl Not for AUDCLNT_STREAMOPTIONS
§impl PartialEq for AUDCLNT_STREAMOPTIONS
impl PartialEq for AUDCLNT_STREAMOPTIONS
§fn eq(&self, other: &AUDCLNT_STREAMOPTIONS) -> bool
fn eq(&self, other: &AUDCLNT_STREAMOPTIONS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AUDCLNT_STREAMOPTIONS
impl Eq for AUDCLNT_STREAMOPTIONS
impl StructuralPartialEq for AUDCLNT_STREAMOPTIONS
Auto Trait Implementations§
impl Freeze for AUDCLNT_STREAMOPTIONS
impl RefUnwindSafe for AUDCLNT_STREAMOPTIONS
impl Send for AUDCLNT_STREAMOPTIONS
impl Sync for AUDCLNT_STREAMOPTIONS
impl Unpin for AUDCLNT_STREAMOPTIONS
impl UnwindSafe for AUDCLNT_STREAMOPTIONS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)