#[repr(C)]pub struct ButtonPanel { /* private fields */ }
Trait Implementations§
Source§impl Clone for ButtonPanel
impl Clone for ButtonPanel
Source§fn clone(&self) -> ButtonPanel
fn clone(&self) -> ButtonPanel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ButtonPanel
impl Debug for ButtonPanel
impl Copy for ButtonPanel
Auto Trait Implementations§
impl Freeze for ButtonPanel
impl RefUnwindSafe for ButtonPanel
impl Send for ButtonPanel
impl Sync for ButtonPanel
impl Unpin for ButtonPanel
impl UnwindSafe for ButtonPanel
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