#[repr(C)]pub struct _GtkWindowGeometryInfo(/* private fields */);
Auto Trait Implementations§
impl Freeze for _GtkWindowGeometryInfo
impl RefUnwindSafe for _GtkWindowGeometryInfo
impl Send for _GtkWindowGeometryInfo
impl Sync for _GtkWindowGeometryInfo
impl Unpin for _GtkWindowGeometryInfo
impl UnwindSafe for _GtkWindowGeometryInfo
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