pub struct Picture<'a> {
pub a: Cow<'a, str>,
pub nv_pic_pr: NvPicPr<'a>,
pub fill: BlipFill<'a>,
pub sp_pr: SpPr<'a>,
}
Fields§
§a: Cow<'a, str>
§nv_pic_pr: NvPicPr<'a>
§fill: BlipFill<'a>
§sp_pr: SpPr<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Picture<'a>
impl<'a> RefUnwindSafe for Picture<'a>
impl<'a> Send for Picture<'a>
impl<'a> Sync for Picture<'a>
impl<'a> Unpin for Picture<'a>
impl<'a> UnwindSafe for Picture<'a>
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