[][src]Struct nnsdk::audio::AudioRendererConfig

#[repr(C)]pub struct AudioRendererConfig {
    pub _0: *mut u64,
    pub _8: *mut u64,
    pub _10: *mut u64,
    pub _18: *mut u64,
    pub _20: *mut u64,
    pub _28: *mut u64,
    pub _30: *mut u64,
    pub _38: *mut u64,
    pub _40: *mut u64,
    pub _48: *mut u64,
    pub _50: *mut u64,
}

Fields

_0: *mut u64_8: *mut u64_10: *mut u64_18: *mut u64_20: *mut u64_28: *mut u64_30: *mut u64_38: *mut u64_40: *mut u64_48: *mut u64_50: *mut u64

Trait Implementations

impl Clone for AudioRendererConfig[src]

impl Copy for AudioRendererConfig[src]

impl Debug for AudioRendererConfig[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.