#[repr(transparent)]pub struct OH_AudioChannelSet(pub c_ulonglong);Tuple Fields§
§0: c_ulonglongImplementations§
Source§impl OH_AudioChannelSet
impl OH_AudioChannelSet
pub const CH_SET_FRONT_LEFT: OH_AudioChannelSet
pub const CH_SET_FRONT_RIGHT: OH_AudioChannelSet
pub const CH_SET_FRONT_CENTER: OH_AudioChannelSet
pub const CH_SET_LOW_FREQUENCY: OH_AudioChannelSet
pub const CH_SET_BACK_LEFT: OH_AudioChannelSet
pub const CH_SET_BACK_RIGHT: OH_AudioChannelSet
pub const CH_SET_FRONT_LEFT_OF_CENTER: OH_AudioChannelSet
pub const CH_SET_FRONT_RIGHT_OF_CENTER: OH_AudioChannelSet
pub const CH_SET_BACK_CENTER: OH_AudioChannelSet
pub const CH_SET_SIDE_LEFT: OH_AudioChannelSet
pub const CH_SET_SIDE_RIGHT: OH_AudioChannelSet
pub const CH_SET_TOP_CENTER: OH_AudioChannelSet
pub const CH_SET_TOP_FRONT_LEFT: OH_AudioChannelSet
pub const CH_SET_TOP_FRONT_CENTER: OH_AudioChannelSet
pub const CH_SET_TOP_FRONT_RIGHT: OH_AudioChannelSet
pub const CH_SET_TOP_BACK_LEFT: OH_AudioChannelSet
pub const CH_SET_TOP_BACK_CENTER: OH_AudioChannelSet
pub const CH_SET_TOP_BACK_RIGHT: OH_AudioChannelSet
pub const CH_SET_STEREO_LEFT: OH_AudioChannelSet
pub const CH_SET_STEREO_RIGHT: OH_AudioChannelSet
pub const CH_SET_WIDE_LEFT: OH_AudioChannelSet
pub const CH_SET_WIDE_RIGHT: OH_AudioChannelSet
pub const CH_SET_SURROUND_DIRECT_LEFT: OH_AudioChannelSet
pub const CH_SET_SURROUND_DIRECT_RIGHT: OH_AudioChannelSet
pub const CH_SET_LOW_FREQUENCY_2: OH_AudioChannelSet
pub const CH_SET_TOP_SIDE_LEFT: OH_AudioChannelSet
pub const CH_SET_TOP_SIDE_RIGHT: OH_AudioChannelSet
pub const CH_SET_BOTTOM_FRONT_CENTER: OH_AudioChannelSet
pub const CH_SET_BOTTOM_FRONT_LEFT: OH_AudioChannelSet
pub const CH_SET_BOTTOM_FRONT_RIGHT: OH_AudioChannelSet
Trait Implementations§
Source§impl Clone for OH_AudioChannelSet
impl Clone for OH_AudioChannelSet
Source§fn clone(&self) -> OH_AudioChannelSet
fn clone(&self) -> OH_AudioChannelSet
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OH_AudioChannelSet
impl Debug for OH_AudioChannelSet
Source§impl Hash for OH_AudioChannelSet
impl Hash for OH_AudioChannelSet
Source§impl PartialEq for OH_AudioChannelSet
impl PartialEq for OH_AudioChannelSet
Source§fn eq(&self, other: &OH_AudioChannelSet) -> bool
fn eq(&self, other: &OH_AudioChannelSet) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OH_AudioChannelSet
impl Eq for OH_AudioChannelSet
impl StructuralPartialEq for OH_AudioChannelSet
Auto Trait Implementations§
impl Freeze for OH_AudioChannelSet
impl RefUnwindSafe for OH_AudioChannelSet
impl Send for OH_AudioChannelSet
impl Sync for OH_AudioChannelSet
impl Unpin for OH_AudioChannelSet
impl UnsafeUnpin for OH_AudioChannelSet
impl UnwindSafe for OH_AudioChannelSet
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