pub struct Vca { /* private fields */ }
Implementations§
source§impl Vca
impl Vca
pub fn from(pointer: *mut FMOD_STUDIO_VCA) -> Self
pub fn as_mut_ptr(&self) -> *mut FMOD_STUDIO_VCA
pub fn is_valid(&self) -> bool
pub fn get_id(&self) -> Result<Guid, Error>
pub fn get_path(&self) -> Result<String, Error>
pub fn get_volume(&self) -> Result<(f32, f32), Error>
pub fn set_volume(&self, volume: f32) -> Result<(), Error>
Trait Implementations§
impl Copy for Vca
impl Send for Vca
impl Sync for Vca
Auto Trait Implementations§
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