pub struct WasapiRendererOptions {
pub device: WasapiDevice,
}Available on Windows and crate feature
wasapi-renderer and (crate features d3d11 or d3d12 or wasapi-renderer) only.Fields§
§device: WasapiDeviceTrait Implementations§
Source§impl Clone for WasapiRendererOptions
impl Clone for WasapiRendererOptions
Source§fn clone(&self) -> WasapiRendererOptions
fn clone(&self) -> WasapiRendererOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WasapiRendererOptions
impl RefUnwindSafe for WasapiRendererOptions
impl Send for WasapiRendererOptions
impl Sync for WasapiRendererOptions
impl Unpin for WasapiRendererOptions
impl UnsafeUnpin for WasapiRendererOptions
impl UnwindSafe for WasapiRendererOptions
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