pub struct AllowedFormat {
pub input_channels: AllowedChannels,
pub output_channels: AllowedChannels,
}Fields§
§input_channels: AllowedChannels§output_channels: AllowedChannelsTrait Implementations§
Source§impl Clone for AllowedFormat
impl Clone for AllowedFormat
Source§fn clone(&self) -> AllowedFormat
fn clone(&self) -> AllowedFormat
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 moreimpl Copy for AllowedFormat
Auto Trait Implementations§
impl Freeze for AllowedFormat
impl RefUnwindSafe for AllowedFormat
impl Send for AllowedFormat
impl Sync for AllowedFormat
impl Unpin for AllowedFormat
impl UnwindSafe for AllowedFormat
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