Struct gtk_sys::GtkListBoxAccessible
source · [−]#[repr(C)]pub struct GtkListBoxAccessible {
pub parent: GtkContainerAccessible,
pub priv_: *mut GtkListBoxAccessiblePrivate,
}
Fields
parent: GtkContainerAccessible
priv_: *mut GtkListBoxAccessiblePrivate
Trait Implementations
sourceimpl Clone for GtkListBoxAccessible
impl Clone for GtkListBoxAccessible
sourcefn clone(&self) -> GtkListBoxAccessible
fn clone(&self) -> GtkListBoxAccessible
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 GtkListBoxAccessible
impl Debug for GtkListBoxAccessible
impl Copy for GtkListBoxAccessible
Auto Trait Implementations
impl RefUnwindSafe for GtkListBoxAccessible
impl !Send for GtkListBoxAccessible
impl !Sync for GtkListBoxAccessible
impl Unpin for GtkListBoxAccessible
impl UnwindSafe for GtkListBoxAccessible
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