pub struct ChannelDescription {
pub channel_label: u32,
pub channel_flags: u32,
pub coordinates: (f32, f32, f32),
}
Fields§
§channel_label: u32
§channel_flags: u32
§coordinates: (f32, f32, f32)
Trait Implementations§
Source§impl Clone for ChannelDescription
impl Clone for ChannelDescription
Source§fn clone(&self) -> ChannelDescription
fn clone(&self) -> ChannelDescription
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 moreAuto Trait Implementations§
impl Freeze for ChannelDescription
impl RefUnwindSafe for ChannelDescription
impl Send for ChannelDescription
impl Sync for ChannelDescription
impl Unpin for ChannelDescription
impl UnwindSafe for ChannelDescription
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