#[repr(C)]pub struct AudioPlayableOutput {
pub m_handle: PlayableOutputHandle,
}Expand description
Fields§
§m_handle: PlayableOutputHandleImplementations§
Source§impl AudioPlayableOutput
impl AudioPlayableOutput
Sourcepub fn op_explicit(output: impl Into<PlayableOutput>) -> AudioPlayableOutput
pub fn op_explicit(output: impl Into<PlayableOutput>) -> AudioPlayableOutput
op_Explicit(crate::unity_engine::playables::playableoutput::PlayableOutput) overload
Sourcepub fn internal_set_evaluate_on_seek(
value: impl Into<bool>,
) -> PlayableOutputHandle
pub fn internal_set_evaluate_on_seek( value: impl Into<bool>, ) -> PlayableOutputHandle
InternalSetEvaluateOnSeek(*mutcrate::unity_engine::playables::playableoutputhandle::PlayableOutputHandle, bool) overload
Source§impl AudioPlayableOutput
impl AudioPlayableOutput
Sourcepub fn ctor(&mut self, handle: impl Into<PlayableOutputHandle>)
pub fn ctor(&mut self, handle: impl Into<PlayableOutputHandle>)
.ctor(crate::unity_engine::playables::playableoutputhandle::PlayableOutputHandle) overload
Sourcepub fn get_handle(&mut self) -> PlayableOutputHandle
pub fn get_handle(&mut self) -> PlayableOutputHandle
GetHandle() overload
Sourcepub fn set_evaluate_on_seek(&mut self, value: impl Into<bool>)
pub fn set_evaluate_on_seek(&mut self, value: impl Into<bool>)
SetEvaluateOnSeek(bool) overload
Source§impl AudioPlayableOutput
impl AudioPlayableOutput
pub fn ctor_method_info() -> &'static MethodInfo
pub fn get_handle_method_info() -> &'static MethodInfo
pub fn op_explicit_method_info() -> &'static MethodInfo
pub fn set_evaluate_on_seek_method_info() -> &'static MethodInfo
pub fn internal_set_evaluate_on_seek_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for AudioPlayableOutput
impl ClassIdentity for AudioPlayableOutput
Source§impl Clone for AudioPlayableOutput
impl Clone for AudioPlayableOutput
Source§fn clone(&self) -> AudioPlayableOutput
fn clone(&self) -> AudioPlayableOutput
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 moreimpl Copy for AudioPlayableOutput
Auto Trait Implementations§
impl Freeze for AudioPlayableOutput
impl RefUnwindSafe for AudioPlayableOutput
impl Send for AudioPlayableOutput
impl Sync for AudioPlayableOutput
impl Unpin for AudioPlayableOutput
impl UnwindSafe for AudioPlayableOutput
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)