pub enum ResChild {
ColorSpaces(ColorSpaces),
DrawParams(DrawParams),
Fonts(Fonts),
MultiMedias(MultiMedias),
CompositeGraphicUnits(CompositeGraphicUnits),
}Expand description
Res 的一个资源组子节点(见表 18 的无序选择内容)。
Variants§
ColorSpaces(ColorSpaces)
颜色空间资源组。
DrawParams(DrawParams)
绘制参数资源组。
Fonts(Fonts)
字型资源组。
MultiMedias(MultiMedias)
多媒体资源组。
CompositeGraphicUnits(CompositeGraphicUnits)
矢量图像(复合图形单元)资源组。
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ResChild
impl<'de> Deserialize<'de> for ResChild
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
Auto Trait Implementations§
impl Freeze for ResChild
impl RefUnwindSafe for ResChild
impl Send for ResChild
impl Sync for ResChild
impl Unpin for ResChild
impl UnsafeUnpin for ResChild
impl UnwindSafe for ResChild
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more