#[repr(C)]pub struct ClutterLayoutManager {
pub parent_instance: GInitiallyUnowned,
pub dummy: gpointer,
}
Fields§
§parent_instance: GInitiallyUnowned
§dummy: gpointer
Trait Implementations§
Source§impl Clone for ClutterLayoutManager
impl Clone for ClutterLayoutManager
Source§fn clone(&self) -> ClutterLayoutManager
fn clone(&self) -> ClutterLayoutManager
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ClutterLayoutManager
impl Debug for ClutterLayoutManager
impl Copy for ClutterLayoutManager
Auto Trait Implementations§
impl Freeze for ClutterLayoutManager
impl RefUnwindSafe for ClutterLayoutManager
impl !Send for ClutterLayoutManager
impl !Sync for ClutterLayoutManager
impl Unpin for ClutterLayoutManager
impl UnwindSafe for ClutterLayoutManager
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