pub struct SldMasterIdEntry {
pub id: u32,
pub rid: String,
}Expand description
单一母版引用(<p:sldMasterId> 元素)。
已实现:对应 sldMasterIdLst 中的每个条目,由 from_opc 解析并透传给 to_xml。
Fields§
§id: u32母版 ID(id 属性,通常 >= 2147483648)。
rid: String关系 id(r:id 属性),指向 ppt/slideMasters/slideMasterN.xml。
Trait Implementations§
Source§impl Clone for SldMasterIdEntry
impl Clone for SldMasterIdEntry
Source§fn clone(&self) -> SldMasterIdEntry
fn clone(&self) -> SldMasterIdEntry
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 moreAuto Trait Implementations§
impl Freeze for SldMasterIdEntry
impl RefUnwindSafe for SldMasterIdEntry
impl Send for SldMasterIdEntry
impl Sync for SldMasterIdEntry
impl Unpin for SldMasterIdEntry
impl UnsafeUnpin for SldMasterIdEntry
impl UnwindSafe for SldMasterIdEntry
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