pub struct LightRig {
pub rig: LightRigType,
pub dir: LightRigDirection,
pub rotation: Option<Rotation3d>,
}Expand description
光照设备(<a:lightRig>,OOXML CT_LightRig)。
Fields§
§rig: LightRigType光照类型(默认 balanced)。
dir: LightRigDirection光照方向(默认 t)。
rotation: Option<Rotation3d>可选旋转(覆盖预设默认)。
Implementations§
Trait Implementations§
impl Eq for LightRig
impl StructuralPartialEq for LightRig
Auto Trait Implementations§
impl Freeze for LightRig
impl RefUnwindSafe for LightRig
impl Send for LightRig
impl Sync for LightRig
impl Unpin for LightRig
impl UnsafeUnpin for LightRig
impl UnwindSafe for LightRig
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.