#[repr(transparent)]pub struct INCarAudioSource(pub NSInteger);
👎Deprecated: INCarAudioSource is deprecated. There is no replacement.
Available on crate feature
INCarAudioSource
only.Expand description
Tuple Fields§
§0: NSInteger
👎Deprecated: INCarAudioSource is deprecated. There is no replacement.
Implementations§
Source§impl INCarAudioSource
impl INCarAudioSource
pub const SourceUnknown: Self
👎Deprecated: INCarAudioSource is deprecated. There is no replacement.
pub const SourceCarPlay: Self
👎Deprecated: INCarAudioSource is deprecated. There is no replacement.
pub const SourceiPod: Self
👎Deprecated: INCarAudioSource is deprecated. There is no replacement.
pub const SourceRadio: Self
👎Deprecated: INCarAudioSource is deprecated. There is no replacement.
pub const SourceBluetooth: Self
👎Deprecated: INCarAudioSource is deprecated. There is no replacement.
pub const SourceAUX: Self
👎Deprecated: INCarAudioSource is deprecated. There is no replacement.
pub const SourceUSB: Self
👎Deprecated: INCarAudioSource is deprecated. There is no replacement.
pub const SourceMemoryCard: Self
👎Deprecated: INCarAudioSource is deprecated. There is no replacement.
pub const SourceOpticalDrive: Self
👎Deprecated: INCarAudioSource is deprecated. There is no replacement.
pub const SourceHardDrive: Self
👎Deprecated: INCarAudioSource is deprecated. There is no replacement.
Trait Implementations§
Source§impl Clone for INCarAudioSource
impl Clone for INCarAudioSource
Source§fn clone(&self) -> INCarAudioSource
fn clone(&self) -> INCarAudioSource
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 moreSource§impl Debug for INCarAudioSource
impl Debug for INCarAudioSource
Source§impl Encode for INCarAudioSource
impl Encode for INCarAudioSource
Source§impl Hash for INCarAudioSource
impl Hash for INCarAudioSource
Source§impl Ord for INCarAudioSource
impl Ord for INCarAudioSource
Source§fn cmp(&self, other: &INCarAudioSource) -> Ordering
fn cmp(&self, other: &INCarAudioSource) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for INCarAudioSource
impl PartialEq for INCarAudioSource
Source§impl PartialOrd for INCarAudioSource
impl PartialOrd for INCarAudioSource
Source§impl RefEncode for INCarAudioSource
impl RefEncode for INCarAudioSource
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for INCarAudioSource
impl Eq for INCarAudioSource
impl StructuralPartialEq for INCarAudioSource
Auto Trait Implementations§
impl Freeze for INCarAudioSource
impl RefUnwindSafe for INCarAudioSource
impl Send for INCarAudioSource
impl Sync for INCarAudioSource
impl Unpin for INCarAudioSource
impl UnwindSafe for INCarAudioSource
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§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.