pub struct ImportedMeshSet {
pub meshes: Vec<ImportedMesh>,
}Expand description
A set of imported meshes from a single source file.
Fields§
§meshes: Vec<ImportedMesh>Implementations§
Trait Implementations§
Source§impl Clone for ImportedMeshSet
impl Clone for ImportedMeshSet
Source§fn clone(&self) -> ImportedMeshSet
fn clone(&self) -> ImportedMeshSet
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 ImportedMeshSet
impl Debug for ImportedMeshSet
Source§impl Default for ImportedMeshSet
impl Default for ImportedMeshSet
Source§fn default() -> ImportedMeshSet
fn default() -> ImportedMeshSet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImportedMeshSet
impl<'de> Deserialize<'de> for ImportedMeshSet
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 ImportedMeshSet
impl RefUnwindSafe for ImportedMeshSet
impl Send for ImportedMeshSet
impl Sync for ImportedMeshSet
impl Unpin for ImportedMeshSet
impl UnsafeUnpin for ImportedMeshSet
impl UnwindSafe for ImportedMeshSet
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