#[repr(C)]pub struct AkMonitorErrorLevel {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AkMonitorErrorLevel
impl AkMonitorErrorLevel
pub fn error_level_message() -> Self
pub fn error_level_error() -> Self
pub fn error_level_all() -> Self
Trait Implementations§
Source§impl ClassIdentity for AkMonitorErrorLevel
impl ClassIdentity for AkMonitorErrorLevel
Source§impl Clone for AkMonitorErrorLevel
impl Clone for AkMonitorErrorLevel
Source§fn clone(&self) -> AkMonitorErrorLevel
fn clone(&self) -> AkMonitorErrorLevel
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AkMonitorErrorLevel
impl Debug for AkMonitorErrorLevel
Source§impl PartialEq for AkMonitorErrorLevel
impl PartialEq for AkMonitorErrorLevel
impl Copy for AkMonitorErrorLevel
impl Eq for AkMonitorErrorLevel
impl StructuralPartialEq for AkMonitorErrorLevel
Auto Trait Implementations§
impl Freeze for AkMonitorErrorLevel
impl RefUnwindSafe for AkMonitorErrorLevel
impl Send for AkMonitorErrorLevel
impl Sync for AkMonitorErrorLevel
impl Unpin for AkMonitorErrorLevel
impl UnwindSafe for AkMonitorErrorLevel
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)