pub struct RwMaterialList {
pub material_instance_count: u32,
pub material_data: Vec<RwMaterial>,
}
Fields§
§material_instance_count: u32
§material_data: Vec<RwMaterial>
Trait Implementations§
Source§impl Clone for RwMaterialList
impl Clone for RwMaterialList
Source§fn clone(&self) -> RwMaterialList
fn clone(&self) -> RwMaterialList
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 RwMaterialList
impl Debug for RwMaterialList
Source§impl PartialEq for RwMaterialList
impl PartialEq for RwMaterialList
Source§impl Serialize for RwMaterialList
impl Serialize for RwMaterialList
impl StructuralPartialEq for RwMaterialList
Auto Trait Implementations§
impl Freeze for RwMaterialList
impl RefUnwindSafe for RwMaterialList
impl Send for RwMaterialList
impl Sync for RwMaterialList
impl Unpin for RwMaterialList
impl UnwindSafe for RwMaterialList
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