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