#[repr(C)]pub struct GtkListBoxRowAccessible {
pub parent: GtkContainerAccessible,
}Fields§
§parent: GtkContainerAccessibleTrait Implementations§
Source§impl Clone for GtkListBoxRowAccessible
impl Clone for GtkListBoxRowAccessible
Source§fn clone(&self) -> GtkListBoxRowAccessible
fn clone(&self) -> GtkListBoxRowAccessible
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkListBoxRowAccessible
Auto Trait Implementations§
impl !Send for GtkListBoxRowAccessible
impl !Sync for GtkListBoxRowAccessible
impl Freeze for GtkListBoxRowAccessible
impl RefUnwindSafe for GtkListBoxRowAccessible
impl Unpin for GtkListBoxRowAccessible
impl UnsafeUnpin for GtkListBoxRowAccessible
impl UnwindSafe for GtkListBoxRowAccessible
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