Struct docx_rust::document::GraphicData
source · [−]pub struct GraphicData {
pub pic: Picture,
}
Fields
pic: Picture
Trait Implementations
sourceimpl Clone for GraphicData
impl Clone for GraphicData
sourcefn clone(&self) -> GraphicData
fn clone(&self) -> GraphicData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GraphicData
impl Debug for GraphicData
sourceimpl Default for GraphicData
impl Default for GraphicData
sourcefn default() -> GraphicData
fn default() -> GraphicData
Returns the “default value” for a type. Read more
sourceimpl<'__input> XmlRead<'__input> for GraphicData
impl<'__input> XmlRead<'__input> for GraphicData
Auto Trait Implementations
impl RefUnwindSafe for GraphicData
impl Send for GraphicData
impl Sync for GraphicData
impl Unpin for GraphicData
impl UnwindSafe for GraphicData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more