Struct oxygengine_composite_renderer::map_asset_protocol::LayerObject [−][src]
pub struct LayerObject {
pub name: String,
pub object_type: String,
pub visible: bool,
pub x: isize,
pub y: isize,
pub width: usize,
pub height: usize,
}Fields
name: Stringobject_type: Stringvisible: boolx: isizey: isizewidth: usizeheight: usizeTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for LayerObjectimpl Send for LayerObjectimpl Sync for LayerObjectimpl Unpin for LayerObjectimpl UnwindSafe for LayerObjectBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V