pub struct GeomRect {
pub l: String,
pub t: String,
pub r: String,
pub b: String,
}Expand description
几何矩形(<a:rect l="..." t="..." r="..." b="..."/>)。
用于 <a:custGeom> 内部的内嵌区域定义,值可以是百分比或 EMU。
Fields§
§l: String左边界(l="...")。
t: String上边界(t="...")。
r: String右边界(r="...")。
b: String下边界(b="...")。
Trait Implementations§
impl Eq for GeomRect
impl StructuralPartialEq for GeomRect
Auto Trait Implementations§
impl Freeze for GeomRect
impl RefUnwindSafe for GeomRect
impl Send for GeomRect
impl Sync for GeomRect
impl Unpin for GeomRect
impl UnsafeUnpin for GeomRect
impl UnwindSafe for GeomRect
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.