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§
source§impl Clone for GtkListBoxAccessible
impl Clone for GtkListBoxAccessible
source§fn clone(&self) -> GtkListBoxAccessible
fn clone(&self) -> GtkListBoxAccessible
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 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§
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