pub struct GObject {}Fields§
§object_type: GOType§x: f32§y: f32§z: f32§color: Color§visible: bool§sx: f32§sy: f32§anim: bool§anim_curve: f32§anim_start: Vec2§anim_end: Vec2§anim_time_start: f64§anim_time_end: f64Implementations§
Auto Trait Implementations§
impl Freeze for GObject
impl RefUnwindSafe for GObject
impl Send for GObject
impl Sync for GObject
impl Unpin for GObject
impl UnwindSafe for GObject
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