pub struct ChannelLayoutRef(_);
Expand description
Channel layout reference.
Implementations§
Trait Implementations§
source§impl AsRef<ChannelLayoutRef> for ChannelLayout
impl AsRef<ChannelLayoutRef> for ChannelLayout
source§fn as_ref(&self) -> &ChannelLayoutRef
fn as_ref(&self) -> &ChannelLayoutRef
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<ChannelLayoutRef> for ChannelLayout
impl Borrow<ChannelLayoutRef> for ChannelLayout
source§fn borrow(&self) -> &ChannelLayoutRef
fn borrow(&self) -> &ChannelLayoutRef
Immutably borrows from an owned value. Read more
source§impl PartialEq<ChannelLayout> for ChannelLayoutRef
impl PartialEq<ChannelLayout> for ChannelLayoutRef
source§fn eq(&self, other: &ChannelLayout) -> bool
fn eq(&self, other: &ChannelLayout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<ChannelLayoutRef> for ChannelLayout
impl PartialEq<ChannelLayoutRef> for ChannelLayout
source§fn eq(&self, other: &ChannelLayoutRef) -> bool
fn eq(&self, other: &ChannelLayoutRef) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<ChannelLayoutRef> for ChannelLayoutRef
impl PartialEq<ChannelLayoutRef> for ChannelLayoutRef
source§impl ToOwned for ChannelLayoutRef
impl ToOwned for ChannelLayoutRef
§type Owned = ChannelLayout
type Owned = ChannelLayout
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more