pub struct GraphicFrame {
pub nv_graphic_frame_pr: NvGraphicFramePr,
pub xfrm: Xfrm,
pub graphic: Graphic,
}Expand description
Graphic frame containing a chart reference.
Fields§
§nv_graphic_frame_pr: NvGraphicFramePr§xfrm: Xfrm§graphic: GraphicTrait Implementations§
Source§impl Clone for GraphicFrame
impl Clone for GraphicFrame
Source§fn clone(&self) -> GraphicFrame
fn clone(&self) -> GraphicFrame
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GraphicFrame
impl Debug for GraphicFrame
Source§impl<'de> Deserialize<'de> for GraphicFrame
impl<'de> Deserialize<'de> for GraphicFrame
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GraphicFrame
impl PartialEq for GraphicFrame
Source§impl Serialize for GraphicFrame
impl Serialize for GraphicFrame
impl StructuralPartialEq for GraphicFrame
Auto Trait Implementations§
impl Freeze for GraphicFrame
impl RefUnwindSafe for GraphicFrame
impl Send for GraphicFrame
impl Sync for GraphicFrame
impl Unpin for GraphicFrame
impl UnwindSafe for GraphicFrame
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