Struct ruma_common::events::image::ImageContent
source · pub struct ImageContent {
pub height: Option<UInt>,
pub width: Option<UInt>,
}Available on crate features
events and unstable-msc3552 only.Expand description
Image content.
Fields§
§height: Option<UInt>The height of the image in pixels.
width: Option<UInt>The width of the image in pixels.
Implementations§
Trait Implementations§
source§impl Clone for ImageContent
impl Clone for ImageContent
source§fn clone(&self) -> ImageContent
fn clone(&self) -> ImageContent
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 ImageContent
impl Debug for ImageContent
source§impl Default for ImageContent
impl Default for ImageContent
source§fn default() -> ImageContent
fn default() -> ImageContent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ImageContent
impl<'de> Deserialize<'de> for ImageContent
source§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