#[repr(C)]pub struct AnimationStream {
pub m_animator_bindings_version: u32,
pub constant: IntPtr,
pub input: IntPtr,
pub output: IntPtr,
pub workspace: IntPtr,
pub input_stream_accessor: IntPtr,
pub animation_handle_binder: IntPtr,
}Expand description
Fields§
§m_animator_bindings_version: u32§constant: IntPtr§input: IntPtr§output: IntPtr§workspace: IntPtr§input_stream_accessor: IntPtr§animation_handle_binder: IntPtrTrait Implementations§
Source§impl ClassIdentity for AnimationStream
impl ClassIdentity for AnimationStream
Source§impl Clone for AnimationStream
impl Clone for AnimationStream
Source§fn clone(&self) -> AnimationStream
fn clone(&self) -> AnimationStream
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 AnimationStream
Auto Trait Implementations§
impl Freeze for AnimationStream
impl RefUnwindSafe for AnimationStream
impl Send for AnimationStream
impl Sync for AnimationStream
impl Unpin for AnimationStream
impl UnwindSafe for AnimationStream
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)