[−][src]Struct gtk_sys::GtkContainerClass
Fields
parent_class: GtkWidgetClassadd: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget)>remove: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget)>check_resize: Option<unsafe extern "C" fn(_: *mut GtkContainer)>forall: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: gboolean, _: GtkCallback, _: gpointer)>set_focus_child: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget)>child_type: Option<unsafe extern "C" fn(_: *mut GtkContainer) -> GType>composite_name: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget) -> *mut c_char>set_child_property: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>get_child_property: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>get_path_for_child: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget) -> *mut GtkWidgetPath>_handle_border_width: c_uint_gtk_reserved1: Option<unsafe extern "C" fn()>_gtk_reserved2: Option<unsafe extern "C" fn()>_gtk_reserved3: Option<unsafe extern "C" fn()>_gtk_reserved4: Option<unsafe extern "C" fn()>_gtk_reserved5: Option<unsafe extern "C" fn()>_gtk_reserved6: Option<unsafe extern "C" fn()>_gtk_reserved7: Option<unsafe extern "C" fn()>_gtk_reserved8: Option<unsafe extern "C" fn()>Trait Implementations
impl Clone for GtkContainerClass[src]
fn clone(&self) -> GtkContainerClass[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for GtkContainerClass[src]
impl Debug for GtkContainerClass[src]
Auto Trait Implementations
impl RefUnwindSafe for GtkContainerClass
impl !Send for GtkContainerClass
impl !Sync for GtkContainerClass
impl Unpin for GtkContainerClass
impl UnwindSafe for GtkContainerClass
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,