pub struct StyleRef {
pub idx: Option<String>,
pub scheme_color: Option<String>,
}Expand description
4 个样式引用的通用结构。
Fields§
§idx: Option<String>索引(数字索引或 "minor" / "major" 字面量)。
scheme_color: Option<String>关联的主题色(schemeClr val)。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StyleRef
impl RefUnwindSafe for StyleRef
impl Send for StyleRef
impl Sync for StyleRef
impl Unpin for StyleRef
impl UnsafeUnpin for StyleRef
impl UnwindSafe for StyleRef
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