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