#[repr(C)]pub struct Gscale {
pub x_scale: Gfloat,
pub y_scale: Gfloat,
}Fields§
§x_scale: Gfloat§y_scale: GfloatTrait Implementations§
Auto Trait Implementations§
impl Freeze for Gscale
impl RefUnwindSafe for Gscale
impl Send for Gscale
impl Sync for Gscale
impl Unpin for Gscale
impl UnwindSafe for Gscale
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