#[repr(transparent)]pub struct OH_AudioStream_FastStatus(pub c_uint);Available on crate feature
api-20 only.Expand description
Defines the fast status.
Available since API-level: 20
Tuple Fields§
§0: c_uintImplementations§
Source§impl OH_AudioStream_FastStatus
impl OH_AudioStream_FastStatus
Sourcepub const AUDIOSTREAM_FASTSTATUS_NORMAL: OH_AudioStream_FastStatus
pub const AUDIOSTREAM_FASTSTATUS_NORMAL: OH_AudioStream_FastStatus
normal status
Sourcepub const AUDIOSTREAM_FASTSTATUS_FAST: OH_AudioStream_FastStatus
pub const AUDIOSTREAM_FASTSTATUS_FAST: OH_AudioStream_FastStatus
fast status
Trait Implementations§
Source§impl Clone for OH_AudioStream_FastStatus
impl Clone for OH_AudioStream_FastStatus
Source§fn clone(&self) -> OH_AudioStream_FastStatus
fn clone(&self) -> OH_AudioStream_FastStatus
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_AudioStream_FastStatus
impl Debug for OH_AudioStream_FastStatus
Source§impl Hash for OH_AudioStream_FastStatus
impl Hash for OH_AudioStream_FastStatus
Source§impl PartialEq for OH_AudioStream_FastStatus
impl PartialEq for OH_AudioStream_FastStatus
Source§fn eq(&self, other: &OH_AudioStream_FastStatus) -> bool
fn eq(&self, other: &OH_AudioStream_FastStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OH_AudioStream_FastStatus
impl Eq for OH_AudioStream_FastStatus
impl StructuralPartialEq for OH_AudioStream_FastStatus
Auto Trait Implementations§
impl Freeze for OH_AudioStream_FastStatus
impl RefUnwindSafe for OH_AudioStream_FastStatus
impl Send for OH_AudioStream_FastStatus
impl Sync for OH_AudioStream_FastStatus
impl Unpin for OH_AudioStream_FastStatus
impl UnsafeUnpin for OH_AudioStream_FastStatus
impl UnwindSafe for OH_AudioStream_FastStatus
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