Struct rich_sdl2_rust::window::message_box::Button
source · pub struct Button { /* private fields */ }
Expand description
A button in a super::MessageBox
.
Implementations§
Trait Implementations§
source§impl PartialEq for Button
impl PartialEq for Button
impl Eq for Button
impl StructuralPartialEq for Button
Auto Trait Implementations§
impl RefUnwindSafe for Button
impl Send for Button
impl Sync for Button
impl Unpin for Button
impl UnwindSafe for Button
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