Enum rust_rpg_toolkit::gui::MenuButtonStyle [−][src]
pub enum MenuButtonStyle {
Normal {
is_condensed: bool,
},
LabelOnly {
is_centered: bool,
},
Custom {
builder_id: String,
},
}
Variants
Fields of Normal
is_condensed: bool
Fields of LabelOnly
is_centered: bool
Fields of Custom
builder_id: String
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for MenuButtonStyle
impl Send for MenuButtonStyle
impl Sync for MenuButtonStyle
impl Unpin for MenuButtonStyle
impl UnwindSafe for MenuButtonStyle
Blanket Implementations
Mutably borrows from an owned value. Read more