Struct pipewire_wrapper::spa::pod::object::prop::BluetoothAudioCodec
source · #[repr(transparent)]pub struct BluetoothAudioCodec { /* private fields */ }
Implementations§
source§impl BluetoothAudioCodec
impl BluetoothAudioCodec
pub const START: BluetoothAudioCodec = _
pub const SBC: BluetoothAudioCodec = _
pub const SBC_XQ: BluetoothAudioCodec = _
pub const MPEG: BluetoothAudioCodec = _
pub const AAC: BluetoothAudioCodec = _
pub const APTX: BluetoothAudioCodec = _
pub const APTX_HD: BluetoothAudioCodec = _
pub const LDAC: BluetoothAudioCodec = _
pub const APTX_LL: BluetoothAudioCodec = _
pub const APTX_LL_DUPLEX: BluetoothAudioCodec = _
pub const FASTSTREAM: BluetoothAudioCodec = _
pub const FASTSTREAM_DUPLEX: BluetoothAudioCodec = _
pub const CVSD: BluetoothAudioCodec = _
pub const MSBC: BluetoothAudioCodec = _
Trait Implementations§
source§impl Clone for BluetoothAudioCodec
impl Clone for BluetoothAudioCodec
source§fn clone(&self) -> BluetoothAudioCodec
fn clone(&self) -> BluetoothAudioCodec
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 BluetoothAudioCodec
impl Debug for BluetoothAudioCodec
source§impl From<BluetoothAudioCodec> for spa_bluetooth_audio_codec
impl From<BluetoothAudioCodec> for spa_bluetooth_audio_codec
source§fn from(value: BluetoothAudioCodec) -> Self
fn from(value: BluetoothAudioCodec) -> Self
Converts to this type from the input type.
source§impl From<u32> for BluetoothAudioCodec
impl From<u32> for BluetoothAudioCodec
source§fn from(value: spa_bluetooth_audio_codec) -> Self
fn from(value: spa_bluetooth_audio_codec) -> Self
Converts to this type from the input type.
source§impl PartialEq<BluetoothAudioCodec> for BluetoothAudioCodec
impl PartialEq<BluetoothAudioCodec> for BluetoothAudioCodec
source§fn eq(&self, other: &BluetoothAudioCodec) -> bool
fn eq(&self, other: &BluetoothAudioCodec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PodIdType for BluetoothAudioCodec
impl PodIdType for BluetoothAudioCodec
fn to_alloc_pod(&self) -> AllocPod<PodIdRef<Self>>
source§impl RawWrapper for BluetoothAudioCodec
impl RawWrapper for BluetoothAudioCodec
source§fn as_raw_ptr(&self) -> *mut Self::CType
fn as_raw_ptr(&self) -> *mut Self::CType
Raw ptr to the external type
source§fn from_raw(raw: Self::CType) -> Self
fn from_raw(raw: Self::CType) -> Self
Creates wrapper from the external value, can be use when external type has no raw pointers.
source§unsafe fn mut_from_raw_ptr<'lft>(raw: *mut Self::CType) -> &'lft mut Self
unsafe fn mut_from_raw_ptr<'lft>(raw: *mut Self::CType) -> &'lft mut Self
Cast external pointer to the borrowed mutable wrapper.
Panic when pointer is null.
Lifetime is not reliable and should be guaranteed explicitly. Read more
impl Copy for BluetoothAudioCodec
impl Eq for BluetoothAudioCodec
impl StructuralEq for BluetoothAudioCodec
impl StructuralPartialEq for BluetoothAudioCodec
Auto Trait Implementations§
impl RefUnwindSafe for BluetoothAudioCodec
impl Send for BluetoothAudioCodec
impl Sync for BluetoothAudioCodec
impl Unpin for BluetoothAudioCodec
impl UnwindSafe for BluetoothAudioCodec
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