pub struct AudioPreset {
pub encoding: AudioEncoding,
}Fields§
§encoding: AudioEncodingImplementations§
Trait Implementations§
Source§impl Clone for AudioPreset
impl Clone for AudioPreset
Source§fn clone(&self) -> AudioPreset
fn clone(&self) -> AudioPreset
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 moreAuto Trait Implementations§
impl Freeze for AudioPreset
impl RefUnwindSafe for AudioPreset
impl Send for AudioPreset
impl Sync for AudioPreset
impl Unpin for AudioPreset
impl UnsafeUnpin for AudioPreset
impl UnwindSafe for AudioPreset
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