Struct physis::tera::PlateModel
source · pub struct PlateModel {
pub position: (f32, f32),
pub filename: String,
}
Fields§
§position: (f32, f32)
§filename: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlateModel
impl RefUnwindSafe for PlateModel
impl Send for PlateModel
impl Sync for PlateModel
impl Unpin for PlateModel
impl UnwindSafe for PlateModel
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