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