pub struct ChannelAttributes {
pub min_frequency: Option<u32>,
pub max_frequency: Option<u32>,
}
Fields§
§min_frequency: Option<u32>
Minimum frequency, in hertz.
max_frequency: Option<u32>
Maximum frequency, in hertz.
Trait Implementations§
Source§impl Clone for ChannelAttributes
impl Clone for ChannelAttributes
Source§fn clone(&self) -> ChannelAttributes
fn clone(&self) -> ChannelAttributes
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 moreSource§impl Debug for ChannelAttributes
impl Debug for ChannelAttributes
Source§impl Default for ChannelAttributes
impl Default for ChannelAttributes
Source§fn default() -> ChannelAttributes
fn default() -> ChannelAttributes
Returns the “default value” for a type. Read more
Source§impl From<ChannelAttributes> for ChannelAttributes
impl From<ChannelAttributes> for ChannelAttributes
Source§fn from(value: ChannelAttributes) -> Self
fn from(value: ChannelAttributes) -> Self
Converts to this type from the input type.
Source§impl From<ChannelAttributes> for ChannelAttributes
impl From<ChannelAttributes> for ChannelAttributes
Source§fn from(value: ChannelAttributes) -> Self
fn from(value: ChannelAttributes) -> Self
Converts to this type from the input type.
Source§impl From<ChannelAttributes> for ChannelAttributes
impl From<ChannelAttributes> for ChannelAttributes
Source§fn from(value: ChannelAttributes) -> Self
fn from(value: ChannelAttributes) -> Self
Converts to this type from the input type.
Source§impl From<ChannelAttributes> for ChannelAttributes
impl From<ChannelAttributes> for ChannelAttributes
Source§fn from(value: ChannelAttributes) -> Self
fn from(value: ChannelAttributes) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChannelAttributes
impl PartialEq for ChannelAttributes
impl StructuralPartialEq for ChannelAttributes
Auto Trait Implementations§
impl Freeze for ChannelAttributes
impl RefUnwindSafe for ChannelAttributes
impl Send for ChannelAttributes
impl Sync for ChannelAttributes
impl Unpin for ChannelAttributes
impl UnwindSafe for ChannelAttributes
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§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
)