pub struct ButtonConfig {
pub common: EntityCommonConfig,
pub class: ButtonClass,
}Fields§
§common: EntityCommonConfig§class: ButtonClassTrait Implementations§
Source§impl Debug for ButtonConfig
impl Debug for ButtonConfig
Source§impl Default for ButtonConfig
impl Default for ButtonConfig
Source§fn default() -> ButtonConfig
fn default() -> ButtonConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ButtonConfig
impl RefUnwindSafe for ButtonConfig
impl Send for ButtonConfig
impl Sync for ButtonConfig
impl Unpin for ButtonConfig
impl UnwindSafe for ButtonConfig
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