pub struct GDObject {
pub id: u16,
pub x: f32,
pub y: f32,
pub rotation: f32,
pub scalex: f32,
pub scaley: f32,
}Fields§
§id: u16§x: f32§y: f32§rotation: f32§scalex: f32§scaley: f32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GDObject
impl Send for GDObject
impl Sync for GDObject
impl Unpin for GDObject
impl UnwindSafe for GDObject
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