pub struct GeometryAdjustment {
pub name: String,
pub formula: String,
}Expand description
One <a:gd name=".." fmla=".."/> (CT_GeomGuide) inside a preset shape’s <a:avLst> — an
adjustment handle’s current value. name is the handle’s identifier ("adj" for a shape with a
single handle, "adj1"/"adj2"/. for shapes with several); formula is the raw guide formula
string PowerPoint itself writes (almost always "val N" for a literal value — the small
expression language CT_GeomGuide otherwise allows, e.g. referencing other guides, is not
interpreted here, only stored/round-tripped verbatim).
Fields§
§name: String§formula: StringImplementations§
Trait Implementations§
Source§impl Clone for GeometryAdjustment
impl Clone for GeometryAdjustment
Source§fn clone(&self) -> GeometryAdjustment
fn clone(&self) -> GeometryAdjustment
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 moreSource§impl Debug for GeometryAdjustment
impl Debug for GeometryAdjustment
impl Eq for GeometryAdjustment
Source§impl PartialEq for GeometryAdjustment
impl PartialEq for GeometryAdjustment
impl StructuralPartialEq for GeometryAdjustment
Auto Trait Implementations§
impl Freeze for GeometryAdjustment
impl RefUnwindSafe for GeometryAdjustment
impl Send for GeometryAdjustment
impl Sync for GeometryAdjustment
impl Unpin for GeometryAdjustment
impl UnsafeUnpin for GeometryAdjustment
impl UnwindSafe for GeometryAdjustment
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.