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
sourceimpl Clone for GtkFrameAccessible
impl Clone for GtkFrameAccessible
sourcefn clone(&self) -> GtkFrameAccessible
fn clone(&self) -> GtkFrameAccessible
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 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
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