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