#[repr(C)]pub struct GtkListBoxRowAccessibleClass {
pub parent_class: GtkContainerAccessibleClass,
}Fields§
§parent_class: GtkContainerAccessibleClassTrait Implementations§
Source§impl Clone for GtkListBoxRowAccessibleClass
impl Clone for GtkListBoxRowAccessibleClass
Source§fn clone(&self) -> GtkListBoxRowAccessibleClass
fn clone(&self) -> GtkListBoxRowAccessibleClass
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 GtkListBoxRowAccessibleClass
Auto Trait Implementations§
impl !Send for GtkListBoxRowAccessibleClass
impl !Sync for GtkListBoxRowAccessibleClass
impl Freeze for GtkListBoxRowAccessibleClass
impl RefUnwindSafe for GtkListBoxRowAccessibleClass
impl Unpin for GtkListBoxRowAccessibleClass
impl UnsafeUnpin for GtkListBoxRowAccessibleClass
impl UnwindSafe for GtkListBoxRowAccessibleClass
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