#[repr(C)]pub struct Gidim {
pub x_dim: Guint,
pub y_dim: Guint,
}Fields§
§x_dim: Guint§y_dim: GuintTrait Implementations§
Auto Trait Implementations§
impl Freeze for Gidim
impl RefUnwindSafe for Gidim
impl Send for Gidim
impl Sync for Gidim
impl Unpin for Gidim
impl UnwindSafe for Gidim
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