pub type PermamentOverlayBehavior = OverlayBehavior;
Aliased Type§
struct PermamentOverlayBehavior {
pub type_: u8,
pub key: u8,
}
Fields§
§type_: u8
§key: u8
Trait Implementations
Source§impl Clone for OverlayBehavior
impl Clone for OverlayBehavior
Source§fn clone(&self) -> OverlayBehavior
fn clone(&self) -> OverlayBehavior
Returns a copy 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 OverlayBehavior
impl Debug for OverlayBehavior
Source§impl Default for OverlayBehavior
impl Default for OverlayBehavior
Source§fn default() -> OverlayBehavior
fn default() -> OverlayBehavior
Returns the “default value” for a type. Read more