#[repr(C)]pub struct GtkExpanderAccessible {
pub parent: GtkContainerAccessible,
pub priv_: *mut GtkExpanderAccessiblePrivate,
}Fields§
§parent: GtkContainerAccessible§priv_: *mut GtkExpanderAccessiblePrivateTrait Implementations§
Source§impl Clone for GtkExpanderAccessible
impl Clone for GtkExpanderAccessible
Source§fn clone(&self) -> GtkExpanderAccessible
fn clone(&self) -> GtkExpanderAccessible
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 GtkExpanderAccessible
Auto Trait Implementations§
impl !Send for GtkExpanderAccessible
impl !Sync for GtkExpanderAccessible
impl Freeze for GtkExpanderAccessible
impl RefUnwindSafe for GtkExpanderAccessible
impl Unpin for GtkExpanderAccessible
impl UnsafeUnpin for GtkExpanderAccessible
impl UnwindSafe for GtkExpanderAccessible
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