pub struct BackgroundReference {
pub idx: u32,
pub scheme_color: String,
}Expand description
背景引用(<p:bgRef idx="...">)。
Fields§
§idx: u32背景样式索引(如 1001 = bg1, 1002 = bg2)。
scheme_color: String方案颜色(如 bg1 / bg2 / tx1)。
Trait Implementations§
Source§impl Clone for BackgroundReference
impl Clone for BackgroundReference
Source§fn clone(&self) -> BackgroundReference
fn clone(&self) -> BackgroundReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BackgroundReference
impl Debug for BackgroundReference
Source§impl Default for BackgroundReference
impl Default for BackgroundReference
Source§fn default() -> BackgroundReference
fn default() -> BackgroundReference
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BackgroundReference
impl RefUnwindSafe for BackgroundReference
impl Send for BackgroundReference
impl Sync for BackgroundReference
impl Unpin for BackgroundReference
impl UnsafeUnpin for BackgroundReference
impl UnwindSafe for BackgroundReference
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