#[repr(C)]pub struct GtkExpanderAccessibleClass {
pub parent_class: GtkContainerAccessibleClass,
}Fields§
§parent_class: GtkContainerAccessibleClassTrait Implementations§
Source§impl Clone for GtkExpanderAccessibleClass
impl Clone for GtkExpanderAccessibleClass
Source§fn clone(&self) -> GtkExpanderAccessibleClass
fn clone(&self) -> GtkExpanderAccessibleClass
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 GtkExpanderAccessibleClass
Auto Trait Implementations§
impl !Send for GtkExpanderAccessibleClass
impl !Sync for GtkExpanderAccessibleClass
impl Freeze for GtkExpanderAccessibleClass
impl RefUnwindSafe for GtkExpanderAccessibleClass
impl Unpin for GtkExpanderAccessibleClass
impl UnsafeUnpin for GtkExpanderAccessibleClass
impl UnwindSafe for GtkExpanderAccessibleClass
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