pub struct Texture {
pub filename: String,
}Fields§
§filename: StringTrait Implementations§
source§impl YaDeserialize for Texture
impl YaDeserialize for Texture
fn deserialize<R: Read>(reader: &mut Deserializer<R>) -> Result<Self, String>
Auto Trait Implementations§
impl RefUnwindSafe for Texture
impl Send for Texture
impl Sync for Texture
impl Unpin for Texture
impl UnwindSafe for Texture
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