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
Source§impl Serialize for OverlayBehavior
impl Serialize for OverlayBehavior
Source§impl TryParse for OverlayBehavior
impl TryParse for OverlayBehavior
Source§fn try_parse(remaining: &[u8]) -> Result<(OverlayBehavior, &[u8]), ParseError>
fn try_parse(remaining: &[u8]) -> Result<(OverlayBehavior, &[u8]), ParseError>
Try to parse the given values into an instance of this type. Read more