Struct brres::json::JSONVisData
source · pub struct JSONVisData {
pub bones: Vec<JSONVisBone>,
pub name: String,
pub sourcePath: String,
pub frameDuration: u16,
pub wrapMode: AnimationWrapMode,
}Fields§
§bones: Vec<JSONVisBone>§name: String§sourcePath: String§frameDuration: u16§wrapMode: AnimationWrapModeTrait Implementations§
source§impl Clone for JSONVisData
impl Clone for JSONVisData
source§fn clone(&self) -> JSONVisData
fn clone(&self) -> JSONVisData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for JSONVisData
impl Debug for JSONVisData
source§impl<'de> Deserialize<'de> for JSONVisData
impl<'de> Deserialize<'de> for JSONVisData
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for JSONVisData
impl PartialEq for JSONVisData
source§fn eq(&self, other: &JSONVisData) -> bool
fn eq(&self, other: &JSONVisData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for JSONVisData
impl Serialize for JSONVisData
impl StructuralPartialEq for JSONVisData
Auto Trait Implementations§
impl Freeze for JSONVisData
impl RefUnwindSafe for JSONVisData
impl Send for JSONVisData
impl Sync for JSONVisData
impl Unpin for JSONVisData
impl UnwindSafe for JSONVisData
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