Enum xplane_sys::XPLMAudioBus
source · #[non_exhaustive]#[repr(u32)]pub enum XPLMAudioBus {
RadioCom1 = 0,
RadioCom2 = 1,
RadioPilot = 2,
RadioCopilot = 3,
ExteriorAircraft = 4,
ExteriorEnvironment = 5,
ExteriorUnprocessed = 6,
Interior = 7,
UI = 8,
Ground = 9,
Master = 10,
}Expand description
FMOD ACCESS
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
RadioCom1 = 0
RadioCom2 = 1
RadioPilot = 2
RadioCopilot = 3
ExteriorAircraft = 4
ExteriorEnvironment = 5
ExteriorUnprocessed = 6
Interior = 7
UI = 8
Ground = 9
Master = 10
Trait Implementations§
source§impl Clone for XPLMAudioBus
impl Clone for XPLMAudioBus
source§fn clone(&self) -> XPLMAudioBus
fn clone(&self) -> XPLMAudioBus
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 XPLMAudioBus
impl Debug for XPLMAudioBus
source§impl Hash for XPLMAudioBus
impl Hash for XPLMAudioBus
source§impl PartialEq for XPLMAudioBus
impl PartialEq for XPLMAudioBus
source§fn eq(&self, other: &XPLMAudioBus) -> bool
fn eq(&self, other: &XPLMAudioBus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for XPLMAudioBus
impl Eq for XPLMAudioBus
impl StructuralEq for XPLMAudioBus
impl StructuralPartialEq for XPLMAudioBus
Auto Trait Implementations§
impl RefUnwindSafe for XPLMAudioBus
impl Send for XPLMAudioBus
impl Sync for XPLMAudioBus
impl Unpin for XPLMAudioBus
impl UnwindSafe for XPLMAudioBus
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