Struct libfmod::ChannelControl
source · pub struct ChannelControl { /* private fields */ }
Implementations
sourceimpl ChannelControl
impl ChannelControl
pub fn from(pointer: *mut FMOD_CHANNELCONTROL) -> Self
pub fn as_mut_ptr(&self) -> *mut FMOD_CHANNELCONTROL
Trait Implementations
sourceimpl Clone for ChannelControl
impl Clone for ChannelControl
sourcefn clone(&self) -> ChannelControl
fn clone(&self) -> ChannelControl
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ChannelControl
impl Debug for ChannelControl
impl Copy for ChannelControl
Auto Trait Implementations
impl RefUnwindSafe for ChannelControl
impl !Send for ChannelControl
impl !Sync for ChannelControl
impl Unpin for ChannelControl
impl UnwindSafe for ChannelControl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more