pub struct Point3d {
pub x: i32,
pub y: i32,
pub z: i32,
}Expand description
三维点(<a:anchor>,OOXML CT_Point3D)。
用于 Backdrop 的锚点位置。三个坐标均以 EMU 为单位。
Fields§
§x: i32X 坐标(EMU)。
y: i32Y 坐标(EMU)。
z: i32Z 坐标(EMU)。
Implementations§
Trait Implementations§
impl Copy for Point3d
impl Eq for Point3d
impl StructuralPartialEq for Point3d
Auto Trait Implementations§
impl Freeze for Point3d
impl RefUnwindSafe for Point3d
impl Send for Point3d
impl Sync for Point3d
impl Unpin for Point3d
impl UnsafeUnpin for Point3d
impl UnwindSafe for Point3d
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.