Struct vmdl::mdl::TextureInfo
source · pub struct TextureInfo {
pub name: String,
pub name_index: i32,
pub search_paths: Vec<String>,
}Fields§
§name: String§name_index: i32§search_paths: Vec<String>Trait Implementations§
source§impl Clone for TextureInfo
impl Clone for TextureInfo
source§fn clone(&self) -> TextureInfo
fn clone(&self) -> TextureInfo
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 moreAuto Trait Implementations§
impl RefUnwindSafe for TextureInfo
impl Send for TextureInfo
impl Sync for TextureInfo
impl Unpin for TextureInfo
impl UnwindSafe for TextureInfo
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