pub struct LightRig { /* private fields */ }Implementations§
Source§impl LightRig
impl LightRig
pub fn get_rig(&self) -> &LightRigValues
pub fn set_rig(&mut self, value: LightRigValues) -> &mut LightRig
pub fn get_definition(&self) -> &LightRigDirectionValues
pub fn set_definition( &mut self, value: LightRigDirectionValues, ) -> &mut LightRig
pub fn get_rotation(&self) -> Option<&Rotation>
pub fn get_rotation_mut(&mut self) -> Option<&mut Rotation>
pub fn set_rotation(&mut self, value: Rotation) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LightRig
impl RefUnwindSafe for LightRig
impl Send for LightRig
impl Sync for LightRig
impl Unpin 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