Struct rscache::definition::osrs::MapData [−][src]
pub struct MapData {
pub height: u8,
pub attr_opcode: u8,
pub settings: u8,
pub overlay_id: i8,
pub overlay_path: u8,
pub overlay_rotation: u8,
pub underlay_id: u8,
}Fields
height: u8attr_opcode: u8settings: u8overlay_id: i8overlay_path: u8overlay_rotation: u8underlay_id: u8Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for MapData
impl UnwindSafe for MapData
Blanket Implementations
Mutably borrows from an owned value. Read more