[][src]Struct soloud::audio::Vic

pub struct Vic { /* fields omitted */ }

Implementations

impl Vic[src]

pub fn model(&self) -> VicModel[src]

Get the VicModel of the Vic object

pub fn set_model(&mut self, model: VicModel)[src]

Set the VicModel of the Vic object

pub fn register(&self, reg: i32) -> VicRegister[src]

Get the VicRegister of the Vic object

pub fn set_register(&mut self, val: u8, reg: VicRegister)[src]

Set the VicRegister of the Vic object

Trait Implementations

impl AudioExt for Vic[src]

impl Drop for Vic[src]

Auto Trait Implementations

impl RefUnwindSafe for Vic

impl !Send for Vic

impl !Sync for Vic

impl Unpin for Vic

impl UnwindSafe for Vic

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, 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.