#[repr(C)]pub struct GESGroup {
pub parent: GESContainer,
pub priv_: *mut GESGroupPrivate,
pub _ges_reserved: [gpointer; 4],
}
Fields§
§parent: GESContainer
§priv_: *mut GESGroupPrivate
§_ges_reserved: [gpointer; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GESGroup
impl RefUnwindSafe for GESGroup
impl !Send for GESGroup
impl !Sync for GESGroup
impl Unpin for GESGroup
impl UnwindSafe for GESGroup
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