pub struct VRMFirstPersonMeshAnnotation {
pub first_person_flag: Option<String>,
pub mesh: Option<Index<Mesh>>,
}Fields§
§first_person_flag: Option<String>§mesh: Option<Index<Mesh>>Trait Implementations§
Source§impl Clone for VRMFirstPersonMeshAnnotation
impl Clone for VRMFirstPersonMeshAnnotation
Source§fn clone(&self) -> VRMFirstPersonMeshAnnotation
fn clone(&self) -> VRMFirstPersonMeshAnnotation
Returns a duplicate 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 VRMFirstPersonMeshAnnotation
impl Debug for VRMFirstPersonMeshAnnotation
Source§impl<'de> Deserialize<'de> for VRMFirstPersonMeshAnnotation
impl<'de> Deserialize<'de> for VRMFirstPersonMeshAnnotation
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
Auto Trait Implementations§
impl Freeze for VRMFirstPersonMeshAnnotation
impl RefUnwindSafe for VRMFirstPersonMeshAnnotation
impl Send for VRMFirstPersonMeshAnnotation
impl Sync for VRMFirstPersonMeshAnnotation
impl Unpin for VRMFirstPersonMeshAnnotation
impl UnsafeUnpin for VRMFirstPersonMeshAnnotation
impl UnwindSafe for VRMFirstPersonMeshAnnotation
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