#[repr(C)]pub struct GtkAccessibleList { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkAccessibleList
impl RefUnwindSafe for GtkAccessibleList
impl !Send for GtkAccessibleList
impl !Sync for GtkAccessibleList
impl !Unpin for GtkAccessibleList
impl UnwindSafe for GtkAccessibleList
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