Struct APTXWAVEFORMAT
#[repr(C, packed(1))]pub struct APTXWAVEFORMAT {
pub wfx: WAVEFORMATEX,
}
Fields§
§wfx: WAVEFORMATEX
Trait Implementations§
§impl Clone for APTXWAVEFORMAT
impl Clone for APTXWAVEFORMAT
§fn clone(&self) -> APTXWAVEFORMAT
fn clone(&self) -> APTXWAVEFORMAT
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 moreimpl Copy for APTXWAVEFORMAT
Auto Trait Implementations§
impl Freeze for APTXWAVEFORMAT
impl RefUnwindSafe for APTXWAVEFORMAT
impl Send for APTXWAVEFORMAT
impl Sync for APTXWAVEFORMAT
impl Unpin for APTXWAVEFORMAT
impl UnwindSafe for APTXWAVEFORMAT
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