#[repr(C)]pub struct GtkContainerAccessibleClass {
pub parent_class: GtkWidgetAccessibleClass,
pub add_gtk: Option<unsafe extern "C" fn(*mut GtkContainer, *mut GtkWidget, gpointer) -> c_int>,
pub remove_gtk: Option<unsafe extern "C" fn(*mut GtkContainer, *mut GtkWidget, gpointer) -> c_int>,
}Fields§
§parent_class: GtkWidgetAccessibleClass§add_gtk: Option<unsafe extern "C" fn(*mut GtkContainer, *mut GtkWidget, gpointer) -> c_int>§remove_gtk: Option<unsafe extern "C" fn(*mut GtkContainer, *mut GtkWidget, gpointer) -> c_int>Trait Implementations§
Source§impl Clone for GtkContainerAccessibleClass
impl Clone for GtkContainerAccessibleClass
Source§fn clone(&self) -> GtkContainerAccessibleClass
fn clone(&self) -> GtkContainerAccessibleClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkContainerAccessibleClass
Auto Trait Implementations§
impl !Send for GtkContainerAccessibleClass
impl !Sync for GtkContainerAccessibleClass
impl Freeze for GtkContainerAccessibleClass
impl RefUnwindSafe for GtkContainerAccessibleClass
impl Unpin for GtkContainerAccessibleClass
impl UnsafeUnpin for GtkContainerAccessibleClass
impl UnwindSafe for GtkContainerAccessibleClass
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