pub struct SlideMaster {}Expand description
母版(不可变视图)。
当前为占位空结构体;后续会扩展为包含主题/占位符/背景的完整模型,
类似 python-pptx 的 SlideMaster 类。
Trait Implementations§
Source§impl Clone for SlideMaster
impl Clone for SlideMaster
Source§fn clone(&self) -> SlideMaster
fn clone(&self) -> SlideMaster
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 SlideMaster
impl RefUnwindSafe for SlideMaster
impl Send for SlideMaster
impl Sync for SlideMaster
impl Unpin for SlideMaster
impl UnsafeUnpin for SlideMaster
impl UnwindSafe for SlideMaster
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