// WARNING: THIS CODE IS AUTOGENERATED.
// DO NOT EDIT!!!
use crate::types::MenuButtonDefault;
impl MenuButtonDefault {
/// This function creates an empty struct for the object MenuButtonDefault.
pub fn new() -> Self {
Self {}
}
}
impl Default for MenuButtonDefault {
fn default() -> Self {
Self::new()
}
}