Struct gtk_sys::GtkFrameAccessible
source · #[repr(C)]pub struct GtkFrameAccessible {
pub parent: GtkContainerAccessible,
pub priv_: *mut GtkFrameAccessiblePrivate,
}
Fields§
§parent: GtkContainerAccessible
§priv_: *mut GtkFrameAccessiblePrivate
Trait Implementations§
source§impl Clone for GtkFrameAccessible
impl Clone for GtkFrameAccessible
source§fn clone(&self) -> GtkFrameAccessible
fn clone(&self) -> GtkFrameAccessible
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GtkFrameAccessible
impl Debug for GtkFrameAccessible
impl Copy for GtkFrameAccessible
Auto Trait Implementations§
impl RefUnwindSafe for GtkFrameAccessible
impl !Send for GtkFrameAccessible
impl !Sync for GtkFrameAccessible
impl Unpin for GtkFrameAccessible
impl UnwindSafe for GtkFrameAccessible
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