Struct gtk_sys::GtkExpanderAccessible
source · [−]#[repr(C)]pub struct GtkExpanderAccessible {
pub parent: GtkContainerAccessible,
pub priv_: *mut GtkExpanderAccessiblePrivate,
}
Fields
parent: GtkContainerAccessible
priv_: *mut GtkExpanderAccessiblePrivate
Trait Implementations
sourceimpl Clone for GtkExpanderAccessible
impl Clone for GtkExpanderAccessible
sourcefn clone(&self) -> GtkExpanderAccessible
fn clone(&self) -> GtkExpanderAccessible
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkExpanderAccessible
impl Debug for GtkExpanderAccessible
impl Copy for GtkExpanderAccessible
Auto Trait Implementations
impl RefUnwindSafe for GtkExpanderAccessible
impl !Send for GtkExpanderAccessible
impl !Sync for GtkExpanderAccessible
impl Unpin for GtkExpanderAccessible
impl UnwindSafe for GtkExpanderAccessible
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more