Struct gltf_json::extensions::animation::Channel [−][src]
pub struct Channel {}Targets an animation's sampler at a node's property.
Trait Implementations
impl Clone for Channel[src]
impl Clone for Channelfn clone(&self) -> Channel[src]
fn clone(&self) -> ChannelReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Channel[src]
impl Debug for Channelfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Channel[src]
impl Default for Channel