pub struct ImageButton<S: IntoCStr> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<S> Freeze for ImageButton<S>
impl<S> RefUnwindSafe for ImageButton<S>
impl<S> Send for ImageButton<S>
impl<S> Sync for ImageButton<S>
impl<S> Unpin for ImageButton<S>
impl<S> UnwindSafe for ImageButton<S>
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