pub struct BlankLayout;Expand description
Blank slide layout generator
Implementations§
Auto Trait Implementations§
impl Freeze for BlankLayout
impl RefUnwindSafe for BlankLayout
impl Send for BlankLayout
impl Sync for BlankLayout
impl Unpin for BlankLayout
impl UnsafeUnpin for BlankLayout
impl UnwindSafe for BlankLayout
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