Trait screeps::objects::OwnedStructureProperties [] [src]

pub unsafe trait OwnedStructureProperties: RoomObjectProperties {
    fn my(&self) -> bool { ... }
fn owner(&self) -> Option<String> { ... }
fn as_owned_structure(self) -> OwnedStructure { ... } }

Provided Methods

Implementors